juniorgodoi / boilerplates

This is my personal Yeoman. A simple jumpstart for my projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boilerplates Logo

Welcome Build Status

This is my personal Yeoman. A simple jumpstart for my projects

WORK IN PROGRESS! TODO LIST: kickstarts#1

Getting Started

1 - First of all, make sure you have Node.js installed.
2 - Clone this repository
3 - Access the generated folder

$ git clone git://github.com/vitorbritto/boilerplates.git [project-name]
$ cd [project-name]

4 - Install dependencies and make the script executable

$ npm install
$ chmod u+x newproject.js

Note: chmod is an UNIX command, not present in MS-DOS.

5 - Execute with: ./newproject.js
6 - Profit!

Boilerplates

Here are the boilerplates available yet.

License

MIT License © Vitor Britto

About

This is my personal Yeoman. A simple jumpstart for my projects