drye

Cloak create-react-app files with symlink.

Usage no npm install needed!

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

README

drye

Cloak create-react-app files with symlink.

Installation

# install via yarn
$ yarn global add drye

# or npm
$ npm install -g drye

Usage

# create new project
$ drye create <name>

# run cra command
$ drye run <command>

# install new package
$ drye add <package> [...other packages]