Skip to content
/ rtcli Public

React Typescript Command Line Interface: A command line tool for creating React boilerplate in TypeScript

Notifications You must be signed in to change notification settings

EpsApps/rtcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React TypeScript Command Line Interface

A command line tool for creating React boilerplate in TypeScript.

Usage

  1. Install the package globally npm install rtcli -g
  2. CD to your local project
  3. Create a component at src/components/MyComponent rtcli c MyComponent
  4. Create a component at src/pages/Home/Home rtcli c Home pages/Home

Dependencies

This project creates boilerplate code using

  1. CSS
    1. react-css-modules
  2. Unit Testing
    1. mocha
    2. chai
    3. enzyme

TODO

  1. Add in further functionality for generating pages
  2. Add in further functionality for generating a redux boilerplate workflow

About

React Typescript Command Line Interface: A command line tool for creating React boilerplate in TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published