README
@coderesque/janitor
CLI commands for maintaining a monorepo
Install
yarn add --exact @coderesque/janitor
Usage
$ janitor --help
$ janitor <command> --help
Commands
janitor publish
janitor run
janitor shell
janitor version
Configuration
janitor
uses a janitor.config.js
to handle its configuration. The format of this file is (all values are optional)
module.exports = {
command: {
version: {
branches: [],
ignoreChanges: [],
message: '',
},
},
};
command.version.branches
: specify which branches to allow versioning fromcommand.version.ignoreChanges
an array of globs that won't be included when looking for changescommand.version.message
: a custom commit message
Note
This library is being published with our use cases in mind and is not necessarily meant to be consumed by the broader public. We probably won't take your feature requests unless they align with our own needs.
License
MIT