Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuurdutoit/generator-elementary
A Yeoman generator for elementary apps
https://github.com/tuurdutoit/generator-elementary
cmake elementaryos granite vala yeoman yeoman-generator
Last synced: about 16 hours ago
JSON representation
A Yeoman generator for elementary apps
- Host: GitHub
- URL: https://github.com/tuurdutoit/generator-elementary
- Owner: TuurDutoit
- Created: 2017-05-24T16:57:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T17:37:05.000Z (over 7 years ago)
- Last Synced: 2024-12-29T08:46:11.144Z (17 days ago)
- Topics: cmake, elementaryos, granite, vala, yeoman, yeoman-generator
- Language: CMake
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generator-elementary
## Getting Started
### What is Yeoman?
Trick question. It's not a thing. It's this guy:
![](http://i.imgur.com/JHaAlBJ.png)
Basically, he wears a top hat, lives in your computer, and waits for you to tell him what kind of application you wish to create.
Not every new computer comes with a Yeoman pre-installed. He lives in the [npm](https://npmjs.org) package repository. You only have to ask for him once, then he packs up and moves into your hard drive. *Make sure you clean up, he likes new and shiny things.*
```bash
$ npm install -g yo
```### Installation
To install generator-elementary from npm, run:
```bash
$ npm install -g generator-elementary
```Finally, initiate the generator:
```bash
$ yo elementary
```## Resources
Based on [generator-vala](https://www.npmjs.com/package/generator-vala).## License
MIT