Skip to content

Repository files navigation

@robert.tools/setup

A setup package for robert.tools providing several commands to ease package management and release.

Installation

npm install --save-dev @robert.tools/setup

Usage

To use the setup script you either can run on demand:

npx robi <command> <param>

or put it to your npm tasks:

"release": "robi release",

commands

release

bumps the version in all files.

  • without parameter robi release it will ask you for the type of version bump
  • with parameter robi release <semantic> it will bump the version accordingly, e.g. for major:
robi release major
  • semantic: major | minor | patch

init

This works same as release but also replaces several placeholders.

robi init <semantic>

About

A couple of tools to initialize and update a repo.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

Generated from robert-tools/sample