Project

ctlst

0.0
No commit activity in last 3 years
No release in over 3 years
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

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