https://github.com/jbenner-radham/lodestone
An Electron based Git... thingy (someday).
https://github.com/jbenner-radham/lodestone
Last synced: 7 months ago
JSON representation
An Electron based Git... thingy (someday).
- Host: GitHub
- URL: https://github.com/jbenner-radham/lodestone
- Owner: jbenner-radham
- License: mit
- Created: 2015-10-14T23:55:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-15T04:12:52.000Z (almost 10 years ago)
- Last Synced: 2025-01-22T18:12:09.838Z (9 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# git-thingy
> My posh app
## Dev
```
$ npm install
```### Run
```
$ npm start
```### Build
```
$ npm run build
```Builds the app for OS X, Linux, and Windows, using [electron-packager](https://github.com/maxogden/electron-packager).
## License
MIT © [James Benner](http://radioactivehamster.com)