https://github.com/kshutkin/package-build
cli to build library projects using only package.json and command line arguments as inputs
https://github.com/kshutkin/package-build
build build-tool cli exports fast package-json rollup subpackages typescript
Last synced: 2 months ago
JSON representation
cli to build library projects using only package.json and command line arguments as inputs
- Host: GitHub
- URL: https://github.com/kshutkin/package-build
- Owner: kshutkin
- License: mit
- Created: 2021-12-23T14:14:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T19:35:10.000Z (2 months ago)
- Last Synced: 2025-04-07T20:34:42.463Z (2 months ago)
- Topics: build, build-tool, cli, exports, fast, package-json, rollup, subpackages, typescript
- Language: TypeScript
- Homepage:
- Size: 1.35 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# pkgbld
Monorepo for pkgbld and its utilities## Packages
- [pkgbld](./pkgbld/README.md) - Pkgbld - build your libraries with ease
- [create-pkgbld](./create-pkgbld/README.md) - Scaffolding utility for pkgbld
- [pkgbld-internal](./pkgbld-internal/README.md) - Version of pkgbld where a lot of libraries built into a single file
- [cli-test-helper](./cli-test-helper/README.md) - Very simple helper module to test command line tools.
- [xc6](./xc6/README.md) - eXecute c(ommand) (xc6) is a command line tool to execute commands in a package.json script or a shell script.# License
[MIT](./LICENSE)