17.0.0-rc.1 ā€¢ Published 6 days ago

@koobiq/cli v17.0.0-rc.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 days ago

Koobiq Terminal Interface

šŸš§ WIP. This feature is not stable yet. šŸš§

Usage

npm i --save-dev @koobiq/cli

Release command

stage-commit

npx koobiq-cli stage-commit

Publish Gitlab CI

npx koobiq-cli publish-ci-gitlab

Use npm pack to test packages locally

Build Package

npm run build:cli

Pack your artifacts

cd dist/cli
npm pack --pack-destination ~

Point package.json to file

"dependencies": {
  "@koobiq/cli": "file:~/koobiq-cli-16.0.0.tgz"
}

npm install