{"id":23818006,"url":"https://github.com/lsongdev/create-z","last_synced_at":"2026-06-25T05:31:11.628Z","repository":{"id":68773681,"uuid":"411547275","full_name":"lsongdev/create-z","owner":"lsongdev","description":"Universal Project Scaffold Tools","archived":false,"fork":false,"pushed_at":"2021-09-30T09:46:03.000Z","size":6,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T22:23:38.873Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://npmjs.org/create-x","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lsongdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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},"funding":{"github":"song940","patreon":"song940","open_collective":"song940","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://git.io/fjRcB"}},"created_at":"2021-09-29T05:53:44.000Z","updated_at":"2021-09-30T09:48:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"297881d2-5119-4123-b887-20d6881195f1","html_url":"https://github.com/lsongdev/create-z","commit_stats":null,"previous_names":["lsongdev/create-z"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fcreate-z","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fcreate-z/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fcreate-z/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fcreate-z/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lsongdev","download_url":"https://codeload.github.com/lsongdev/create-z/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240093154,"owners_count":19746780,"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":"2025-01-02T05:49:19.827Z","updated_at":"2026-05-06T10:30:19.635Z","avatar_url":"https://github.com/lsongdev.png","language":"JavaScript","funding_links":["https://github.com/sponsors/song940","https://patreon.com/song940","https://opencollective.com/song940","https://git.io/fjRcB"],"categories":[],"sub_categories":[],"readme":"## create-z\n\n\u003e Universal Project Scaffold Tools\n\n\u003e /ˈkreɪzi/\n\n### Install\n\n```sh\n~$ npm i -g create-z\n```\n\n### How to use?\n\nFirst, create template files in your project:\n\n```sh\n~$ mkdir -p templates/page\n~$ echo \"hello world\" \u003e\u003e templates/page/index.js.hbs\n```\n\nThen,\n\n```sh\n~$ create-z page\n[O] ~/Projects/my-project/index.js\n```\n\nYou will see them ...\n\n```sh\n~$ cat ~/Projects/my-project/index.js\nhello world\n```\n\n**Ask Questions**\n\n```sh\n~$ $EDITOR templates/page/index.js.hbs\n```\n\n```patch\n+ ---\n+ questions:\n+   - type: input\n+     name: name\n+     message: Please input your page name:\n+ ---\n- hello world\n+ hello {{{name}}}\n```\n\n```sh\n~$ create-z page\nPlease input your page name: mypage\n[O] ~/Projects/my-project/index.js\n```\nThen ...\n\n\n```sh\n~$ cat ~/Projects/my-project/index.js\nhello mypage\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fcreate-z","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flsongdev%2Fcreate-z","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fcreate-z/lists"}