1.0.1 • Published 8 years ago

simplestart v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

#simplestart.js Simplestart.js is a global package that allows you to get a project up and running in seconds.

##Installation

$ npm install -g simplestart

##Usage 1. First type in simplestart.js into the command prompt like so. alt tag

  1. Next simplestart will ask you what you would like to call your project and if you'd like to set up Git. Type "y" or "n" and hit enter.
    alt tag

  2. After step 2 simplestart will create your project and place it on your desktop. It will also create an html,css,js,README and gitignore and place them in your project folder.

  3. Once that is all said and done, simplestart will begin to initiate Git. It will also create your first commit and prompt you for your git remote address. Type your remote github address and press enter.
    alt tag

  4. Simplestart will then push your project to Github and you can start your project. alt tag