{"id":17446038,"url":"https://github.com/jamen/bp","last_synced_at":"2025-04-02T10:43:10.935Z","repository":{"id":96784030,"uuid":"90206603","full_name":"jamen/bp","owner":"jamen","description":"create and use boilerplate","archived":false,"fork":false,"pushed_at":"2017-05-08T10:48:06.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T01:48:24.818Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/jamen.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2017-05-04T01:00:08.000Z","updated_at":"2021-12-19T15:38:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"d9d73c09-fa92-49a4-bd83-3dbc6d07e825","html_url":"https://github.com/jamen/bp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamen%2Fbp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamen%2Fbp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamen%2Fbp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamen%2Fbp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamen","download_url":"https://codeload.github.com/jamen/bp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246802594,"owners_count":20836365,"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":[],"created_at":"2024-10-17T18:21:22.102Z","updated_at":"2025-04-02T10:43:10.910Z","avatar_url":"https://github.com/jamen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bp\n\n\u003e create and use boilerplate\n\n```sh\nbp \u003cname\u003e \u003cdir\u003e [--create]\n```\n\n - `name`: Name of the boilerplate file you are creating or using\n - `dir`: The directory you are creating from or scaffolding to\n\nIf `--create` is provided, it will create the boilerplate, otherwise it scaffolds.\n\n## Installation\n\n```sh\nnpm install --global jamen/bp\n```\n\n## Usage\n\nHere is some examples\n\n### Creating boilerplate\n\n```\nbp js js-boilerplate --create\n```\n\n`js-boilerplate` is a directory that contains any files + a `boilerplate.json`, which may contain:\n\n```js\n{\n  \"prompts\": [\n    { \"name\": \"data_name\",\n      \"type\": \"text\",\n      \"message\": \"kek?\" },\n    // ...\n  ]\n}\n```\n\n### Using boilerplate\n\nTo scaffold just provide boilerplate file and destination:\n\n```sh\nbp js my-project\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamen%2Fbp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamen%2Fbp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamen%2Fbp/lists"}