https://github.com/stefanbuck/yoapp
The missing GUI for Yeoman
https://github.com/stefanbuck/yoapp
Last synced: 4 months ago
JSON representation
The missing GUI for Yeoman
- Host: GitHub
- URL: https://github.com/stefanbuck/yoapp
- Owner: stefanbuck
- Created: 2014-10-24T17:59:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-27T06:59:34.000Z (over 10 years ago)
- Last Synced: 2025-02-01T14:51:10.347Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 155 KB
- Stars: 18
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YoApp
## What is YoApp
In on sentence: **The missing GUI for Yeoman**.
## Run the app
- Install the Atom text editor from [atom.io](https://atom.io/).
- In Atom app select Atom > Install Shell Commands menu option to install apm support in Terminal.
- Run `apm install` it's quite similar to `npm install`. Further reading [Using native Node modules in Atom-Shell](https://github.com/atom/atom-shell/blob/master/docs/tutorial/using-native-node-modules.md)
- Run `grunt` to run the app. For the first time it takes some time to download an compile the native app container.## License
Copyright (c) 2014 Stefan Buck. Licensed under the MIT license.