Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 604 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 604 Bytes

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!