1.0.7 • Published 11 years ago

stability v1.0.7

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

stability

tool to add a stability message to README.

see node.js stability index

Stability

Stable: Expect patches, possible features additions.

Examples

npm install -g stability

cd your-module

# output what the README would look like with a stability message.

stability stable --dry

# update the README & package.json

stability stable --package --readme

# make a git commit.

stability stable --commit

# update README, package.json and git commit 

stability stable --all

# or...

stability stable -a

Usage

stability STABILITY_LEVEL [options]
options:
-r, --readme    # add stability message to readme.
-p, --package   # add stability message to package.
-c, --commit    # commit stability messages
-a, --all       # all of the above.
-d, --dry       # preview the above changes on stdout only.
                # do not make changes! 
-h, --help      # display this message

Levels of Stability

Defined here

Depreciated

Expect no more changes. Avoid using this module.

Experimental

Expect the unexpected. Please provide feedback on api and your use-case.

Unstable

"Expect patches and features, possible api changes.

Stable

Expect patches, possible features additions.

Frozen

Expect only patches. Please do not make feature requests.

Locked

Expect no changes, except serious bugs. Please do not make feature requests.

License

MIT

1.0.7

11 years ago

1.0.6

11 years ago

1.0.5

11 years ago

1.0.4

11 years ago

1.0.3

11 years ago

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago