@platojar/cli
v1.0.0
Published
Use `npm run dev`. It uses ts-node to spin up the feed builder script. It uses `platojar.yaml` in the project root. To test remote caching, enable/update the cache url option inside `platojar.yaml`
Downloads
6
Readme
To develop
Use npm run dev
. It uses ts-node to spin up the feed builder script. It uses platojar.yaml
in the project root.
To test remote caching, enable/update the cache url option inside platojar.yaml
To publish
Currently no CI/CD integration. To publish a new version:
npm run build
- this generates the latest binary inbin
dir.npm version patch|minor|major
- updates versionnpm publish
The consumer of the builder script may need to update the dependency version to receive the latest builder script.