nodehub
v0.1.0
Published
jaubourg's simple node/github project init.
Downloads
7
Readme
nodehub
jaubourg's simple node/github project init.
Install
npm -g install nodehub
Usage
nodehub <project_name> [ "<project_short_description>" ] [ +bin ] [ +global ]
Where:
+bin
indicates the package provides a command line script+global
indicates the package should be installed globally
In a Nutshell
nodehub superpack
will:
- check for your git username using the git command (in my case
jaubourg
) - get your info from GitHub (email, web page)
- create a subdirectory called
superpack
. - create configuration for JSCS, JSHint and Travis CI
- add the text of the MIT license with proper copyright
- create a properly filled
package.json
file - create a skeleton
README.md
with nice badges - create a lib subdirectory with a main js file named after the project
- create a bin subdirectory if the
+bin
flag has been used - create a Gruntfile that will export source coverage reports to Coveralls when executed on Travis CI
- Initialize git and point it to
https://[email protected]/jaubourg/superpack.git
- NPM-install the dev dependencies
You just have to code from there!
Configuration on your end
Then push!
License
Copyright (c) 2015 Julian Aubourg
Licensed under the MIT license.