Skip to content
Joseph Alves edited this page Mar 2, 2015 · 10 revisions

The purpose of this tool is to generate a foundation for new projects. In order to produce these foundational files, you need to first install the tool:

npm install -g fsg

Create a new directory for your project anywhere on your machine and cd into it:

mkdir insert-project-name-here && cd insert-project-name-here

Once inside, simply running the command fsg will produce the beginning files.