- Semantic Release to GitHub and NPM (via GitHub Actions)
- Linting with Eslint
- Automatic Dependabot PR merging (via GitHub Actions)
- Compile program into a single file with ncc
- run
yarn lint
ornpm run lint
to run eslint. - run
yarn build
ornpm run build
to produce a compiled version in thedist
folder.
This project was developed by me (@betahuhn) in my free time. If you want to support me:
Copyright 2021 Maximilian Schiller
This project is licensed under the MIT License - see the LICENSE file for details.