If you want to add new framework or library, please follow these steps:
- Add framework to
README.md
andsrc/constants/index.js > HELP_MANUAL
- Update
type.js
, update the typedef definition for Framework. - Create new runner file based on the template inside
runner
folder.- Please remember to add
.js
when you importing!
- Please remember to add
- Update
runner/index.js
- Update
index.js
file. - Test it in your local computer with
npm run link
- Commit and push.
- Update
package.json
version, only update the patch version. - Update
CHANGELOG.md
- Update
Contributor.md
, add your name/username and any socmed link.