https://github.com/spikef/generator-folk
Create Folk theme/plugin files.
https://github.com/spikef/generator-folk
Last synced: over 1 year 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T18:52:18.000Z (about 10 years ago)
- Last Synced: 2025-02-26T04:36:15.932Z (over 1 year 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)