This package has been deprecated

Author message:

renamed to wisdom

publish-io

1.2.5 • Public • Published

Publish

Publish is deprecated. Use Wisdom.

Publish is simpler then ever.

One command do next things:

Here is list of commands that should be executed to get same result:

changelog {{ version }}
version {{ version }}
git add package.json
git add ChangeLog
git commit -m "feature(package) v{{ version }}"
git push origin master
grizzly -tn "token from url" \
-r grizzly -o {{ owner }} -t {{ version }} \
-n "{{ repo }} {{ version }}" -b "changelog"
git tag v{{ version }}
git push origin v{{ version }}
npm publish

Install

npm i publish-io -g

How to use?

$ publish
Usage: publish [version|major|minor|patch]
Options:
-h, --help     : display this help and exit,
-v, --version  : output version information and exit,

Before publish

When you need some tasks was done before publish you could specify in scripts section of package.json command:

{
    "scripts": {
        "publish-io": "echo 'do something before publish'"
    }
}

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i publish-io

Weekly Downloads

1

Version

1.2.5

License

MIT

Last publish

Collaborators

  • coderaiser