You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
Yeoman (a tool for running scaffolding packages, like this one!)
This project
Once yarn is installed, you can get the other two by doing:
yarn add --global yo generator-skatejs
Creating a new project
This generator should be run from within the directory that you want the files created in. Assuming you're using Git for version control, there would be a common pattern for starting a new project
mkdir my-cool-project
cd my-cool-project
git init
yo skatejs
git add -A
git commit -m 'Initial commit'