bxs

bxs cli

Usage no npm install needed!

<script type="module">
  import bxs from 'https://cdn.skypack.dev/bxs';
</script>

README

readme

bxs is a React Template CLI, you can generate react template or component quickly.

install

install with npm

    npm install bxs -g

getting started

run

    bxs init react-demo

you can choose one of the following

  • base
  • redux
  • redux-wap
  • ts
  • ts and redux

then ,the react template or component will generated in current directory.