0.1.0 • Published 11 years ago
nodehub v0.1.0
nodehub
jaubourg's simple node/github project init.
Install
npm -g install nodehub
Usage
nodehub <project_name> [ "<project_short_description>" ] [ +bin ] [ +global ]
Where:
+binindicates the package provides a command line script+globalindicates 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.jsonfile - create a skeleton
README.mdwith nice badges - create a lib subdirectory with a main js file named after the project
- create a bin subdirectory if the
+binflag 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://jaubourg@github.com/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.