0.0.3 • Published 5 years ago

@xhmm/trs v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

introduction

tsr (typescript-react-starter), a simple cli tool to generate typescript react environment using this repo.

usage

$ npm install -g @xhmm/trs
$ trs --name="hello-react"

if you are using proxy, you can set proxy env:

set HTTP_PROXY="http://localhost:1080"