2.0.2 • Published 8 days ago

@open-pioneer/build-package-cli v2.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 days ago

@open-pioneer/build-package-cli

Provides the build-pioneer-package command line tool which compiles pioneer packages into a 'publishable' form.

Installation:

$ pnpm add -D @open-pioneer/build-package-cli
$ pnpm build-pioneer-package --help
Usage: build-pioneer-package [options]

Builds an open pioneer package for publishing.

Options:
  -p, --package <path>  package directory (defaults to current directory)
  -q, --silent          disable logging
  -d, --debug           show exception stack traces
  -V, --version         output the version number
  -h, --help            display help for command

build-pioneer-package should be invoked from the package's source directory. The package will then be built according to the instructions in the package's build.config.mjs. The output will be written to the package's dist directory.

$ build-pioneer-package
Building package at <...>
Building JavaScript...
Generating TypeScript declaration files...
Copying assets...
Writing package metadata...
Copying auxiliary files...
Success

To configure the build process, use the publishConfig section in your build.config.mjs.

License

Apache-2.0 (see LICENSE file)

2.0.2

8 days ago

2.0.1

2 months ago

1.0.2

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

2.0.0

6 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.2.3

11 months ago

0.2.2

11 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.0

12 months ago