An open API service indexing awesome lists of open source software.

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

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.