You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bpkg/lib/init
Ben Peachey 79bfbceef7 Fix incorrect function export name. 2 years ago
..
LICENSE.md Changes various (text) files to *not* be executable 6 years ago
Makefile Changes various (text) files to *not* be executable 6 years ago
README.md Add support for bpkg.json, next to package.json. 2 years ago
bpkg.json feat(): introduce 'bpkg-run' 2 years ago
init.sh Fix incorrect function export name. 2 years ago

README.md

bpkg-init

Interactively generate a bpkg.json for your bpkg. Code, format, and instructions based heavily on jwerle's clib-init.

install

With bpkg:

$ bpkg install benkogan/bpkg-init

From source:

$ git clone git@github.com:benkogan/bpkg-init.git /tmp/bpkg-init
$ cd /tmp/bpkg-init
$ make install

usage

Simply invoke bpkg init and you wil be prompted with a series of questions about the generation of your bpkg.json. Most options have sane defaults.

This will walk you through initializing the bpkg bpkg.json file. It will prompt you for the bare minimum that is needed and provide defaults.

See github.com/bpkg/bpkg for more information on defining the bpkg bpkg.json file.

You can press ^C anytime to quit this prompt. The bpkg.json file will only be written upon completion.

$ bpkg init

This will walk you through initializing the bpkg `bpkg.json` file.
It will prompt you for the bare minimum that is needed and provide
defaults.

See github.com/bpkg/bpkg for more information on defining the bpkg
`bpkg.json` file.

You can press ^C anytime to quit this prompt. The `bpkg.json` file
will only be written upon completion.

name: (bpkg-init)

...

license

MIT