add assets and config for packaging
This commit is contained in:
15
README.md
Normal file
15
README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Electron Scuttlebot
|
||||
|
||||
Code for wrapping scuttlebot in a small Electron UI, and to create app packages and installers.
|
||||
|
||||
```
|
||||
npm install -d
|
||||
npm run build
|
||||
npm run pack
|
||||
```
|
||||
|
||||
Relevant docs:
|
||||
|
||||
- https://github.com/maxogden/electron-packager
|
||||
- https://github.com/loopline-systems/electron-builder
|
||||
- https://github.com/atom/electron/tree/master/docs
|
||||
Reference in New Issue
Block a user