create-wmr
v0.3.8
Published
Create a new WMR project in seconds
Downloads
12
Keywords
Readme
create-wmr
Create a new WMR project in seconds
npm init wmr your-project-name
or
yarn create wmr your-project-name
💁 If you'd like ESLint to be set up for you, add
--eslint
to the command. Note: this will use 150mb of disk space.
💁 If you'd like WMR to be set up into an existing directory, add
--force
to the command. Note: this is destructive! Conflicting files will be overridden!