layers-utils
v1.0.4
Published
Helpers and functions to Layers ecosystem
Downloads
1,860
Keywords
Readme
layers-utils
Project setup
yarn install
Lints and fixes files
yarn lint
Compiles for production
yarn build
Publishing a new version
- Run
yarn build
- Bump version at
package.json
; - After
npm publish