@skedulo/sdk-dev-utilities
v0.0.6
Published
Utilities for development of Packaging projects
Downloads
1,029
Maintainers
Keywords
Readme
Skedulo SDK Boilerplate Development Utilities
External development utilities for Skedulo Packages. This project includes utilities such as GraphQL type generation and environment handling. This project is intended to be used only as a dev dependency in package projects because of its dependency on Node and the filesystem.
To develop both the dev public package and the component boilerplates, it's recommended that yarn link
is used across projects to test changes locally. For the package, this involves running yarn link
at the root and for each boilerplate running yarn link @skedulo/sdk-dev-utilities
.
Package Development
- Dependency Installation:
yarn bootstrap
- Compile the package:
yarn build
- Develop the package (in watch mode):
yarn dev
- Release package for local version to NPM:
yarn release-package