Scaffold a Javascript library
Built with ❤︎ by Tiaan and contributors
Module contains a template for scaffolding out a module using sao. It includes:
- jest (Optional) - 🃏 Delightful JavaScript Testing
- standard - JavaScript Style Guide, with linter & automatic code fixer
- prettier - opinionated JavaScript formatter
- husky - 🐶 Git hooks made easy
- bili (Optional) - Bundle JS library with a single command
After installing sao:
From git:
$ sao tiaanduplessis/template-lib
From npm:
$ sao lib
Contributions are welcome. Please open up an issue or create PR if you would like to help out.
Licensed under the MIT License.