Releases: ungoldman/module-init
Releases · ungoldman/module-init
v1.5.0
view diff
- templates:
.travis.yml
: drop 0.10
, 0.12
, 5
- templates:
CHANGELOG.md
: update header language
- templates:
README.md
: move project description up
- site: add scripts for generating a gh-pages site
v1.4.0
- add BSD-3-Clause, CC0-1.0, MIT, and UNLICENSED options (resolves #34)
- go back to using
.md
extension for licenses for better readability on github (reverts e971059)
- add
private
CLI option
- update CONTRIBUTING.md
- move linting back to front of test chain (reverts #31)
v1.3.6
- make npm install & git init optional (#33)
- add
--force
option to skip prompt and init with defaults
- fix package name default when
--dir
cli option is a nested path
v1.3.5
- add codes style badges to READMEs (#30)
- move linting to the end of the test chain (#31)
- Include example test in test/index.js (#14)
v1.3.4
- fix --version flag (#28)
- fix keywords being escaped (#29)
v1.3.3
- add 0.10 and 0.12 back to travis
- remove redundant
script
section of travis (default is already npm test
)
v1.3.2
- remove can-haz-package from dependencies (oops)
- fix bad reference to
package.json
v1.3.1
- hide contributing section if no pkgContributing (#24)
- default to stable node for
.travis.yml
- remove can-haz-package validation due to issue (#23)
- no errant newlines in readme if description omitted
v1.3.0
- Remove errant newline in ISC template (#22)
- Add
dir
option to specify directory
- Fix missing
pkgVersion
default
v1.2.1
- Change
LICENSE.md
to LICENSE
in all the places