1.0.7 • Published 2 years ago

web-scripts-migration v1.0.7

Weekly downloads
6
License
MIT
Repository
github
Last release
2 years ago

web-scripts-migration

NPM

NPM version

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

License

MIT

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago