Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 808 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 808 Bytes

rispa-dev-project-react

Temporally project. Will be deprecated after preset implementation was done

Getting Started

To start work you should install @rispa/cli globally. It provides command to run and maintain app:

yarn global add @rispa/cli

or

npm install -g @rispa/cli

To bootstrap project, run:

yarn bs

Plugin scripts

Each plugin has its own commands which you can run in project root using following syntax:

ris [pluginName] [commandName]

pluginName - a plugin name (name property in the package.json) or it’s alias (rispa:name property in the package.json) commandName - one of the scripts of package.json of the plugin

pluginName and commandName are optional. If you omit them command will allow to pick plugin or command from the list