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/README.md

1.4 KiB

bpkg-init

Interactively generate a package.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 package.json. Most options have sane defaults.

This will walk you through initializing the bpkg package.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 package.json file.

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

$ bpkg init

This will walk you through initializing the bpkg `package.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
`package.json` file.

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

name: (bpkg-init)

...

license

MIT