{"id":19650338,"url":"https://github.com/frozzare/create-project","last_synced_at":"2025-06-19T06:33:40.462Z","repository":{"id":64306257,"uuid":"133538507","full_name":"frozzare/create-project","owner":"frozzare","description":"Create project is a command line tool for create new project from a boilerplate.","archived":false,"fork":false,"pushed_at":"2019-03-08T18:27:55.000Z","size":10409,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T01:18:35.258Z","etag":null,"topics":["boilerplate","boilerplate-template","create-project"],"latest_commit_sha":null,"homepage":"","language":"Go","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/frozzare.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}},"created_at":"2018-05-15T15:44:23.000Z","updated_at":"2019-03-08T18:27:56.000Z","dependencies_parsed_at":"2023-01-15T10:45:17.584Z","dependency_job_id":null,"html_url":"https://github.com/frozzare/create-project","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/frozzare/create-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozzare%2Fcreate-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozzare%2Fcreate-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozzare%2Fcreate-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozzare%2Fcreate-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frozzare","download_url":"https://codeload.github.com/frozzare/create-project/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozzare%2Fcreate-project/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260702184,"owners_count":23049188,"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":["boilerplate","boilerplate-template","create-project"],"created_at":"2024-11-11T14:58:10.192Z","updated_at":"2025-06-19T06:33:35.428Z","avatar_url":"https://github.com/frozzare.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# create-project [![Build Status](https://travis-ci.org/frozzare/create-project.svg?branch=master)](https://travis-ci.org/frozzare/create-project) [![GoDoc](https://godoc.org/github.com/frozzare/create-project?status.svg)](http://godoc.org/github.com/frozzare/create-project) [![Go Report Card](https://goreportcard.com/badge/github.com/frozzare/create-project)](https://goreportcard.com/report/github.com/frozzare/create-project)\n\nCreate project is a command line tool for create new project from a boilerplate.\n\nCheck out the [examples](https://github.com/frozzare/create-project/tree/master/examples).\n\n## Installation\n\n```\ngo get -u github.com/frozzare/create-project\n```\n\nor using [homebrew](https://brew.sh/).\n\n```\nbrew install frozzare/tap/create-project\n```\n\n## Usage\n\nCreate a `project.json` in your boilerplate directory.\n\n```js\n{\n    \"name\": \"simple\"\n}\n```\n\nThen create a directory called `{{.name}}` with a `main.js` file that contains this:\n\n```js\nvar {{.name}} = function () {};\n```\n\nThen run:\n\n```\ncreate-project my-boilerplate dest-folder\n```\n\nYou can also use a git url:\n\n```\ncreate-project https://github.com/user/my-boilerplate.git dest-folder\n```\n\n## Labels\n\nYou can add labels to all fields using another JSON structure in your `project.json`\n\n```js\n{\n    \"fields\": {\n        \"name\": \"app\"\n    },\n    \"labels\": {\n        \"name\": \"Name\"\n    }\n}\n```\n\n## Commands\n\nCommands array can be added when using labels. The commands will be executed after the project is generated.\n\n```js\n{\n    \"fields\": {\n        \"name\": \"app\"\n    },\n    \"labels\": {\n        \"name\": \"Name\"\n    },\n    \"commands\": [\n        \"touch test\"\n    ]\n}\n```\n\n## License\n\nMIT © [Fredrik Forsmo](https://github.com/frozzare)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrozzare%2Fcreate-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrozzare%2Fcreate-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrozzare%2Fcreate-project/lists"}