Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 554 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 554 Bytes

Ctlst

Ctlst (pronounced 'Catalyst') is a tool similar to the Rails CLI. It provides simple commands to build React project that takes advantage of clean architecture, test driven development and containerisation. This folder must be added to your PATH.

Installation

gem install ctlst

Examples

ctlst new my_react_app
ctlst domain ApiKey
ctlst gateway ApiKeyGateway
ctlst usecase HaveAccess
ctlst component AccessStatus

Dependencies

  • Ruby
  • NPM
  • Docker
  • Docker-compose
  • Storybook-cli 4
  • Create-react-app 2