generator-strelka-project
v0.1.2
Published

Downloads
14
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-projectThen generate your new project:
$ mkdir name-of-new-project && cd name-of-new-project
$ yo strelka-projectThis 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
