generator-artsy
v1.0.7
Published
A Yeoman generate for minimal Artsy TypeScript projects
Downloads
8
Readme
yeoman-generator-artsy
A Yeoman generator for quickly making TypeScript + node projects.
Meta
- State: production
- Point People: Orta
Usage
Install Yeoman:
yarn global add yo
yarn global add generator-artsy
Then run yo artsy
.
How do I work on this?
Run npm link
inside this repo and then it will be used for yo artsy
.