generator-strelka-project
v0.1.2
Published
![](screenshot.png)
Downloads
5
Readme
Yeoman Generator for Strelka Projects
Quick Start
First, install Yeoman and generator-strelka-project
with npm:
$ npm install -g yo
$ npm install -g generator-strelka-project
Then generate your new project:
$ mkdir name-of-new-project && cd name-of-new-project
$ yo strelka-project
This will setup new git repository with README
, package.json
and eslint-config-strelka
, + other required files like .editorconfig
, .gitignore
, etc..
TODO
- [ ] General
- [ ] Express
- [ ] React.js
- [ ] Vue.js
Related
- Yeoman - The web's scaffolding tool for modern webapps
- eslint-config-strelka - Strelka's eslint config
Strelka