5.0.5 • Published 9 years ago

fusionary-utils v5.0.5

Weekly downloads
1
License
MIT
Repository
bitbucket
Last release
9 years ago

Fusionary Utilities

Consists of two utilities: bump and setup, both of which can be run from the command line.

Installation

npm install -g fusionary-utils

bump

The bump command updates the version number in package.json and any other json file you specify.

Usage

bump releaseType [files]... [options]

  • releaseType: The semver-compatible release type. One of: major, minor, patch, premajor, preminor, prepatch. OR a valid version.
  • files: List of .json files that, along with the source file (sourceFile), will be bumped.

  • Options

    • -s, --sourceFile: File containing the "canonical" version. All files will be bumped relative to it. Default: package.json
    • -m, --message: Message to be used for the commit and tag when -r or -p is set. Default: Release %s
    • -r, --release: If set, runs git add and git commit for the bumped files and pushes a tagged release.
    • -p, --publish: If set, automatically runs with the --release flag and then publishes the release to npm.
    • -d, --debug: If set, bump will run in debug mode, outputting a json file instead of doing something
    • -h, --help: Shows help information on the command line

.bumprc

In addition to command-line options, you may use a .bumprc file in your project's root. The format of this file may be valid JSON or INI.

Example .bumprc using JSON:

{
  "message": "Release v%s.",
  "publish": true
}

Example .bumprc using INI:

message="Release v%s."
publish=true

setup

The setup command sets up a new project or updates an existing one.

5.0.5

9 years ago

5.0.4

10 years ago

5.0.3

10 years ago

5.0.2

10 years ago

5.0.1

10 years ago

5.0.0

10 years ago

4.1.0

10 years ago

4.0.11

10 years ago

4.0.10

10 years ago

4.0.9

10 years ago

4.0.8

10 years ago

4.0.7

10 years ago

4.0.6

10 years ago

4.0.5

10 years ago

4.0.4

10 years ago

4.0.3

10 years ago

4.0.2

10 years ago

4.0.1

10 years ago

4.0.0

10 years ago

3.1.5

10 years ago

3.1.4

10 years ago

3.1.3

10 years ago

3.1.2

10 years ago

3.1.1

10 years ago

3.1.0

10 years ago

3.0.0

10 years ago

2.1.1

11 years ago

2.1.0

11 years ago

2.0.0

11 years ago

1.3.2

11 years ago

1.3.0

11 years ago

1.2.4

11 years ago

1.2.3

11 years ago

1.2.1

11 years ago

1.2.0

11 years ago

1.1.0

11 years ago

1.0.2

11 years ago