0.0.3 ā€¢ Published 4 years ago

react-angularjs-mock-cli v0.0.3

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

A cli for init react or angularjs project

šŸ  Homepage

Install

yarn install

Run tests

yarn run test

Author

šŸ‘¤ BoWang816

:confetti_ball: How to use it

  • First, install it, run
        npm i -g react-angularjs-mock-cli
  • if you want create a react project, you can run
       ram init "react" "your project name"
  • if you want create a angularjs project, you can run

       ram init "angular" "your project name"

    eg:

       ram init "react" "my-react"
       cd my-react
       yarn install
       npm run start

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2019 BoWang816. This project is MIT licensed.


This README was generated with ā¤ļø by readme-md-generator