@panprices/install-structlog
v1.3.0
Published
A script for getting the latest panprices structlog config into your python project
Downloads
15
Readme
install-structlog
A script for getting the latest panprices structlog config into your python project.
Use it by running:
npx @panprices/install-structlog
How to setup
Run npm install
to install the dependencies. Please use prettier to format your code.
How to test
Run npm run test
to test the code. You can run npm run test --skip-install
to skip the pipenv-installation step.
How to deploy
We deploy using semantic-release. Make sure to write conventional commits and the rest is automatic.