0.1.1 • Published 4 years ago

@rock-kit/rockkit-cli v0.1.1

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

category: packages

rockkit-cli

npm  build-status  MIT License  Code of Conduct

A cli for working with Rock Content UI packages.

Using npx

$ npx @rock-kit/rockkit-cli create app --name MyInstuiApp

Globally installing rockkit-cli with yarn or npm

$ yarn global add @rock-kit/rockkit-cli

or

$ npm install -g @rock-kit/rockkit-cli

You now have access to rockkit commands

rockkit create app --name MyInstuiApp

Available commands

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

Documentation

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

rockkit <command> --help