drye
v0.0.5
Published
Cloak create-react-app files with symlink.
Downloads
13
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]