Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/spikef/generator-folk

Create Folk theme/plugin files.
https://github.com/spikef/generator-folk

Last synced: 3 days ago
JSON representation

Create Folk theme/plugin files.

Awesome Lists containing this project

README

        

# generator-folk

Create Folk theme/plugin files.

## Installation

First, install [Yeoman](http://yeoman.io) and generator-folk using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).

```bash
npm install -g yo
npm install -g generator-folk
```

Then generate your new project:

```bash
yo folk theme-name --theme
yo folk plugin-name --plugin
```

## License

MIT © [Spikef](http://xybk.net)