0.3.0 • Published 5 years ago

generator-thunderball v0.3.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
5 years ago

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 yo

Using 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-thunderball

Now, initiate the generator inside a folder you want to generate into:

yo thunderball

To run the project, just use this command from the folder you generated into:

npm start
0.3.0

5 years ago

0.2.0

5 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago