Releases: ungoldman/module-init
Releases · ungoldman/module-init
v1.5.0
18 Sep 03:35
Compare
Sorry, something went wrong.
No results found
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
19 Mar 04:29
Compare
Sorry, something went wrong.
No results found
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
20 Nov 07:30
Compare
Sorry, something went wrong.
No results found
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
16 Nov 07:16
Compare
Sorry, something went wrong.
No results found
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
21 Oct 06:12
Compare
Sorry, something went wrong.
No results found
fix --version flag (#28 )
fix keywords being escaped (#29 )
v1.3.3
01 Oct 04:18
Compare
Sorry, something went wrong.
No results found
add 0.10 and 0.12 back to travis
remove redundant script section of travis (default is already npm test)
v1.3.2
22 Sep 23:15
Compare
Sorry, something went wrong.
No results found
remove can-haz-package from dependencies (oops)
fix bad reference to package.json
v1.3.1
22 Sep 22:58
Compare
Sorry, something went wrong.
No results found
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
10 Aug 21:02
Compare
Sorry, something went wrong.
No results found
Remove errant newline in ISC template (#22 )
Add dir option to specify directory
Fix missing pkgVersion default
v1.2.1
05 Aug 18:03
Compare
Sorry, something went wrong.
No results found
Change LICENSE.md to LICENSE in all the places