0.8.1 • Published 4 years ago

@temporg/rockkit-cli v0.8.1

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

category: packages

private: true

rockkit-cli

npm  build-status  MIT License  Code of Conduct

A cli for working with Rock Kit packages.

Using npx

$ npx @temporg/rockkit-cli create app --name MyRockApp

Globally installing rockkit-cli with yarn or npm

$ yarn global add @temporg/rockkit-cli

or

$ npm install -g @temporg/rockkit-cli

You now have access to rockkit commands

rockkit create app --name MyRockApp

Available commands

  • create app | Create a starter app with all Rock Kit presets configured (webpack, babel, etc). Similar to create react app.
  • create component | Create an Rock Kit component.
  • create package | Create an Rock Kit 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