Skip to content

nodeshift/paicku

Repository files navigation

paicku

A CLI for containerizing applications using buidpacks

oclif Version Downloads/week

Usage

$ npm install -g paicku
$ paicku build .

In case you don't want to install paicku globally, use npx instead

$ npx paicku build .

Available commands

Command Topics

Development

Install the required Node.js modules

npm i

Run CLI in developemnt mode:

Use the following command to run the CLI in development mode:

./bin/dev.js

Run CLI in production mode:

To run the CLI in production mode, you need to build the application first. Run the build command:

npm run build

Then, execute the CLI:

./bin/run.js

Note: You must rebuild every time you make changes to the source code

Running tests

To run unit tests:

npm run test:unit

To run unit tests in debug mode (e.g., for using .only or extended execution time):

npm run test:unit:debug

To run integration tests:

npm run test:integration

To run integration tests in debug mode:

npm run test:integration:debug

For more info, refer to the OCLI documentation

About

CLI tool for containerizing applications with buildpacks

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages