Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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