electron-sandbox
v1.2.12
Published
HTML5 application framework
Maintainers
Readme
electron-sandbox (README.md)
Developer Setup
- Get the source code from GitHub using 'git clone https://github.com/jasoneplumb/electron-sandbox.git'.
- Install dependencies using 'npm install'.
- Run the application using 'npm start'.
To publish a new release, use te following additional steps:
- Update the version number in package.json following semantic versioning (https://semver.org/).
- Update the release notes listing the changes since the previous release in release-notes.md.
- Commit the changes using 'git commit -am "X.X.X"'.
- Tag the release using 'git tag -a vX.X.X -m "X.X.X"'.
- Push the changes to GitHub using 'git push origin mainline'.
- Push the tag to GitHub using 'git push origin vX.X.X'.
- Create a new release on GitHub using the tag and release notes.
- Log in to the GitHub registry using 'npm login'.
- Publish the release using 'npm publish'.
