Skip to content

bpkg/bpkg-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bpkg-start

A bpkg command plugin that invokes a 'start' command with 'pre' and 'post' life cycles.

Install

Available as a bpkg

bpkg install [-g] bpkg-start

Usage

Add a start command in the commands object with optional prestart and poststart commands which run before and after the start command respectively.

{
  "commands": {
    "prestart": "echo 'runs before start'",
    "start": "echo 'start command'",
    "poststart": "echo 'runs after start'"
  }
}

License

MIT

About

A bpkg command plugin that invokes a 'start' command with 'pre' and 'post' life cycles

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages