create-react-awesome-project

A CLI to bootstrap new projects

Usage no npm install needed!

<script type="module">
  import createReactAwesomeProject from 'https://cdn.skypack.dev/create-react-awesome-project';
</script>

README

🌈 create-react-awesome-project CLI

Setting up a react project with webpack, babel, jest/enzyme, redux and routing can be tricky. This project is a simplified version of create-react-app with the minimal dependencies to get a project up and running.

Install

npm install -g create-react-awesome-project

CLI

create-react-awesome-project

or

crap

Options

You can pass in the following options to do the following

CLI Options Description
--git Initialize a git repository
--install Install dependencies