@palletech/pt-sls-resource-generator
v1.8.3
Published
PT SLS Resource Generator
Downloads
184
Readme
PT SLS Resource Generator
Introduce the project
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
bumpversion
- from hereyarn
- for package management
Installing
- Run
yarn
to installnode_modules
Running the tests
This project uses mocha
- Invoke tests with
yarn test
- They will be run automatically as pre-push hook through Husky
- You can use
yarn coverage
to check your code coverage
Coding style
This project enforces the Airbnb Javascript Style Guide
- Exceptions and modifications are shown in
.eslintrc.js
- Linting and editor configuration is handled automatically through
.editorconfig
,.eslintrc.js
andprettier.config.js
- Before committing your code, you should run
yarn prettier
to cleanup your code (although some linting will still be enforced on git commit)
Deployment
How do we deploy this project?