https://github.com/pie-framework/pie-cli-libs
some supporting libraries for the pie-cli
https://github.com/pie-framework/pie-cli-libs
Last synced: 4 months ago
JSON representation
some supporting libraries for the pie-cli
- Host: GitHub
- URL: https://github.com/pie-framework/pie-cli-libs
- Owner: pie-framework
- Created: 2018-01-26T21:25:48.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2018-10-01T21:46:14.000Z (over 6 years ago)
- Last Synced: 2025-01-01T14:11:43.644Z (6 months ago)
- Language: TypeScript
- Size: 594 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# pie-cli-libs
Some libraries used by [pie-cli][cli].
# install
```shell
yarn install
./node_modules/.bin/lerna bootstrap## The integration testing for the install needs to have some test elements installed...
scripts/install-test-elements
```| cmd | description |
| ------------------------------------------ | ---------------------------------------------------------------------------- |
| `yarn build` | builds |
| `yarn unit` | unit tests |
| `./node_modules/.bin/jest --runInBand int` | integration tests (can't run via yarn cos of issue setting the npm registry) |
| `yarn release` | release |# build
See the build for the packages
## publish
```
git checkout master
git merge develop
lerna publish --conventional-commits
```[cli]: github.com/PieLabs/pie-cli