
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@blueprintui/cli
Advanced tools
[](https://badge.fury.io/js/@blueprintui%2Fcli)
Blueprint CLI provides an out-of-the-box tool kit for compiling and creating Web Component libraries. This project is still an experimental work in progress.
| Command | Description |
|---|---|
| build | Build library for production |
| Options | Description |
|---|---|
| --config | Path for blueprint.config.js file |
| --watch | Runs build in watch mode for development |
| Command | Description |
|---|---|
| generate | Generate Library Project |
| Command | Description |
|---|---|
| api | API lockfile management |
| Options | Description |
|---|---|
| --test | Compare custom-elements.json in build output to custom-elements.lock.json in source control |
| --update | Update custom-elements.lock.json to latest build output of custom-elements.json |
The blueprint.config.js can be used to customize certain aspects of the build.
Below are the default values unless otherwise specified.
export default {
library: {
externals: [],
assets: ['./README.md', './LICENSE.md'],
customElementsManifestLockFile: './custom-elements.lock.json',
baseDir: './src',
outDir: './dist',
entryPoints: ['./src/**/index.ts'],
tsconfig: './tsconfig.lib.json',
sourcemap: false,
}
}
FAQs
Unknown package
We found that @blueprintui/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.