Skip to content

nodef/create-extra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an initializer for extra-* packages.

npm init extra
# creates the following files:
# - package.json
# - .npmignore, 
# - .travis.yml
# - build.js
# - bundle.js
# - TODO

npm init extra --keywords "dream,go,false"
# creates package.json given name

reference

npm init extra [options]
# Options:
# -n, --name
# -v, --version
# -d, --description
# -r, --repository
# -k, --keywords
# -a, --author
# -l, --license

Releases

No releases published

Packages

No packages published