{"id":28437479,"url":"https://github.com/blueprintui/cli","last_synced_at":"2025-06-28T01:31:19.537Z","repository":{"id":37363237,"uuid":"497354670","full_name":"blueprintui/cli","owner":"blueprintui","description":"Opinionated CLI for building reusable Web Components","archived":false,"fork":false,"pushed_at":"2025-05-31T05:53:10.000Z","size":809,"stargazers_count":6,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-05T23:44:25.341Z","etag":null,"topics":["ui","ui-components","web-components"],"latest_commit_sha":null,"homepage":"https://cli.blueprintui.dev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blueprintui.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-05-28T15:21:44.000Z","updated_at":"2025-05-31T05:53:14.000Z","dependencies_parsed_at":"2023-01-19T11:03:03.987Z","dependency_job_id":"b91cbf3d-db2a-41dc-ace3-f2e28ce95649","html_url":"https://github.com/blueprintui/cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blueprintui/cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueprintui%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueprintui%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueprintui%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueprintui%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blueprintui","download_url":"https://codeload.github.com/blueprintui/cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueprintui%2Fcli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262361006,"owners_count":23299025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ui","ui-components","web-components"],"created_at":"2025-06-05T23:42:27.179Z","updated_at":"2025-06-28T01:31:19.531Z","avatar_url":"https://github.com/blueprintui.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlueprintUI CLI\n\n[![npm version](https://badge.fury.io/js/@blueprintui%2Fcli.svg)](https://badge.fury.io/js/@blueprintui%2Fcli)\n\n## Opinionated Minimal CLI for creating Web Component Libraries\n\nBlueprint CLI provides an out-of-the-box tool kit for compiling and creating\nWeb Component libraries. This project is still an experimental work in progress.\n\n[Documentation](https://cli.blueprintui.dev/)\n\n## Build\n\n| Command      | Description                   |\n| ------------ | ----------------------------- |\n| build        | Build library for production  |\n\n| Options        | Description                                |\n| -------------- | ------------------------------------------ |\n| --config       | Path for `blueprint.config.js` file          |\n| --watch        | Runs build in watch mode for development   |\n\n\n## Generate\n\n| Command      | Description                   |\n| ------------ | ----------------------------- |\n| generate     | Generate Library Project      |\n\n\n## API\n\n| Command      | Description                   |\n| ------------ | ----------------------------- |\n| api          | API lockfile management       |\n\n| Options        | Description                                                                                     |\n| -------------- | ----------------------------------------------------------------------------------------------- |\n| --test         | Compare `custom-elements.json` in build output to `custom-elements.lock.json` in source control |\n| --update       | Update `custom-elements.lock.json` to latest build output of `custom-elements.json`             |\n\n### Configuration\n\nThe `blueprint.config.js` can be used to customize certain aspects of the build.\nBelow are the default values unless otherwise specified.\n\n```javascript\nexport default { \n  library: {\n    externals: [],\n    assets: ['./README.md', './LICENSE.md'],\n    customElementsManifestLockFile: './custom-elements.lock.json',\n    baseDir: './src',\n    outDir: './dist',\n    entryPoints: ['./src/**/index.ts'],\n    tsconfig: './tsconfig.lib.json',\n    sourcemap: false,\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueprintui%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblueprintui%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueprintui%2Fcli/lists"}