99.10.0 • Published 4 years ago

@temporg/rds-cli v99.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

category: packages

rds-cli

npm  build-status  MIT License  Code of Conduct

A cli for working with RDS packages.

Using npx

$ npx @temporg/rds-cli create app --name MyInstuiApp

Globally installing rds-cli with yarn or npm

$ yarn global add @temporg/rds-cli

or

$ npm install -g @temporg/rds-cli

You now have access to rds commands

rds create app --name MyInstuiApp

Available commands

  • create app | Create a starter app with all RDS presets configured (webpack, babel, etc). Similar to create react app.
  • create component | Create an RDS component.
  • create package | Create an RDS package.
  • upgrade | Upgrades rock-design-system in a designated repository to the latest stable version including upgrading packages and applying codemods.
  • upgrade-packages | Upgrade rock-design-system packages to the latest stable version.
  • codemod | Apply rock-design-system codemods to source at a specified path.

Documentation

For more documentation on available options and parameters for individual commands do:

rds <command> --help