Skip to content

rri-dev/rri-cli

Repository files navigation

RRI CLI

CLI that can be used to create boilerplate templates

  • APIs - rri-some-api - Generic crud operations for integrating with an external system
  • Microservices - rri-some-ms - Lightweight NodeJs program to separate concerns
  • NPM Packages - rri-some-np - Abstract away services to be consumed by other packages

Release Notes

Release notes - current 2025-08-06 - Add generate backdoor creds to menu.

Installation

  • npm i rri-cli -g - install the cli globally

Usage

rri-cli - answer the prompts, a project template will be created in a sub-folder that follows the naming convention - i.e. rri-someabbreviation-api where someabbreviation is the value you supplied for the name

Troubleshooting

  • npm update rri-cli -g - update to latest version
  • npm list -g --depth=0 - list the current version of global packages
  • npm cache clean --force - run this if npm doens't update it to the latest version

About

CLI for common tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published