0.3.0 • Published 6 years ago
generator-thunderball v0.3.0
generator-thunderball
An application generator for thunderball.
Getting Started
Installing Yeoman
Yeoman is an application generator built on top of NodeJs. It can be used to Generate any set of files from templates using some user input.
To install, run:
npm install -g yoUsing this Generator
You can think of a generator like a plug-in for Yeoman. With it, you can choose what type of application you wish to create.
To install generator-thunderball, run:
npm install -g generator-thunderballNow, initiate the generator inside a folder you want to generate into:
yo thunderballTo run the project, just use this command from the folder you generated into:
npm start