web-scripts-migration
v1.0.7
Published
Migrates web-app-template to @descriptive/web-scripts
Downloads
11
Maintainers
Readme
web-scripts-migration
Migrates web-app-template to @descriptive/web-scripts:
npx web-scripts-migration
Originally a gist.
Usage
Prerequisites
Make sure your working directory is clean before running the script:
git add .
git stash
Once the script finishes, pop the stash:
git stash pop
web-app-template
Migrate web-app-template to @descriptive/web-scripts:
npx web-scripts-migration
phaser-template
Migrate phaser-template to @descriptive/web-scripts:
npx web-scripts-migration --phaser
Misc
If you have trouble running the app, try reinstalling node_modules
:
rm -rf node_modules
npm install # yarn