A template for easy library creation.
- Installation:
npm i lib-template
- CDN:
- AMD module: https://unpkg.com/lib-template@0.0.0/dist/index.amd.js
- CommonJS module: https://unpkg.com/lib-template@0.0.0/dist/index.cjs.js
- EcmaScript module: https://unpkg.com/lib-template@0.0.0/dist/index.esm.js
For further information please refer to API Documentation.
When contributing to Automatons, please open an issue first.
Please note the code of conduct, it is desired to follow it in all your interactions with the project.
When reporting a bug, please provide a minimal case of reproduction, which can be:
- a test that is broken but should not be,
- a Codesandbox project in which the bug occurs.
When sending a pull request, please do not forget the following:
- resolve all conflicts with
master
branch, - update the README.md and/or the documentation in comments according to your changes,
- ensure the documentation build is up-to-date in
docs
folder, - ensure the new functionality is covered by tests, and all tests pass.