Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/spikef/generator-folk
- Owner: Spikef
- License: mit
- Created: 2016-06-08T18:48:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T18:52:18.000Z (over 8 years ago)
- Last Synced: 2025-01-23T03:13:51.576Z (4 days ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)