Short, miscellaneous scripts and notes for Smogon's Create-a-Pokemon Project.
- Install a userscript manager of your choice to your browser of choice ( e.g. Tampermonkey).
- Add and save
dist/bundle.js
to your userscript manager.
- Navigate to the appropriate forum thread.
- Click ▶.
- Select the correct tool + tool options to run.
- Press Submit.
Any issues found by the selected tool will be displayed in your browser's developer console.
- Install Node.
- On the command line, run
npm install
.
Run targets:
- all:
npm run all
- build:
npm run dev
ornpm run prod
- format:
npm run format
- lint:
npm run lint
- test:
npm run test