Package detail

tomchentw-npm-dev

tomchentw20MITdeprecated4.0.0

this package has been deprecated

tomchentw's dev helpers for maintaining npm packages

template, helpers, npm

readme

tomchentw-npm-dev

tomchentw's dev helpers for maintaining npm packages

Version Travis CI Quality Coverage Dependencies Gitter

Example

Usage

Options

Contributing

devDependency Status

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

changelog

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.0 (2016-05-30)

Features

  • package.json: remove publish-2-npm from bin (36fd4fc), closes #7
  • package.json: remove unused dependencies (f0430ca)
  • publish-2-npm: replace by standard-version (0b2816f)

BREAKING CHANGES

  • package.json: remove publish-2-npm from bin

Please use standard-version instead.

3.3.0 (2016-01-31)

Features

  • src: remove global try-catch around procedure calls (a5dcf2f)

BREAKING CHANGES

  • src: update runtime dependencies to babel@^6

3.2.0 (2015-10-29)

Features

  • package.json: bump version mainly for conventional-changelog (f414783)

3.1.0 (2015-09-30)

Bug Fixes

  • publish2npm: add package.json in (f0fdf58)
  • publish2npm: change -m to bumpMessage (aefedb3)

3.0.1 (2015-09-30)

Features

  • publish2npm: upgrade conventional-changelog to 0.4.3 (ab9ea87)

3.0.0 (2015-07-01)

Bug Fixes

  • _changelog: remove (9713f825)
  • publish2npm: catch git commit error and fix quote for bumpMessage (c6197bda)

Features

  • deploy-2-gh-pages: change to js binary (ac7786ef)
  • deploy2ghpages: add from shell script (60a28f50)
  • publish-2-npm:
  • publish2npm:

2.2.0 (2015-06-20)

Bug Fixes

  • deploy-2-gh-pages: remove NODE_ENV=production from build (4ac1a0ee)

2.1.0 (2015-06-20)

Bug Fixes

  • package.json: add jscs to devDependencies (7476b086)

Features

  • package.json: bump conventional-changelog dependencies (8e47d932)
  • publish-2-npm: remove NODE_ENV=production from script (b0661418)

2.0.1 (2015-06-19)

Features

  • deploy-2-gh-pages: check existance for examples/gh-pages (05416870)

2.0.0 (2015-06-19)

Features

  • deploy-2-gh-pages: for examples/gh-pages (bb8ab43a)

1.2.0 (2014-11-20)

Features

  • deploy-2-gh-pages: run dev_install script (ca4b7837)

1.1.1 (2014-11-09)

Features

  • publish-2-npm: update success message (b3b097ee)

1.1.0 (2014-10-19)

Features

  • deploy-2-gh-pages: build script changed to build_client (55d7d809)

Breaking Changes

  • npm run build to npm run build_client

    (55d7d809)

1.0.0 (2014-10-12)

Features

  • publish-2-npm: add NODE_ENV=production (1b8b1fce)

0.0.13 (2014-09-26)

Bug Fixes

0.0.12 (2014-09-26)

0.0.11 (2014-09-26)

Bug Fixes

  • _changelog: add v before checking it is actually a semver (16c61937)

0.0.10 (2014-09-26)

Bug Fixes

  • _changelog: read from lib and compile from src (9c55b372)

0.0.9 (2014-09-26)

Bug Fixes

  • package.json: read _changelog from src (ca9ecc0e)

0.0.8 (2014-09-26)

Bug Fixes

  • publish-2-npm: treat src/_changelog like binary (96b7d99b)

0.0.7 (2014-09-26)

Features

  • _changelog: expose _changelog as binary for publish-2-npm (6f0dabea)

0.0.6 (2014-09-26)

Bug Fixes

  • package.json: add conventional-changelog to dependencies (73b0f3f3)

0.0.5 (2014-09-26)

Features

  • publish-2-npm: remove lsc dependency (8784b3b8)

0.0.4 (2014-09-26)

Bug Fixes

  • changelog:
    • version should prefix with v (14bb6a4d)
    • add PWD to changelog file path (f7dacc1c)
  • publish-2-npm: update git tag after commit amend (ec74e800)

0.0.3 (2014-09-26)

Features

  • publish-2-npm:
    • add CHANGELOG.md support (65d7f96a)
    • make conventional commit message (6f1e5643)

0.0.1 (2014-09-26)

Features

  • publish-2-npm:
  • deploy-2-gh-pages: