{"id":26084386,"url":"https://github.com/c8r/initit","last_synced_at":"2025-04-12T00:55:14.097Z","repository":{"id":57273955,"uuid":"133087449","full_name":"c8r/initit","owner":"c8r","description":null,"archived":false,"fork":false,"pushed_at":"2021-01-25T15:14:38.000Z","size":4,"stargazers_count":23,"open_issues_count":3,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T00:55:08.697Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/c8r.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}},"created_at":"2018-05-11T20:50:46.000Z","updated_at":"2022-04-08T22:12:11.000Z","dependencies_parsed_at":"2022-09-17T10:12:43.514Z","dependency_job_id":null,"html_url":"https://github.com/c8r/initit","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/c8r%2Finitit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c8r%2Finitit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c8r%2Finitit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c8r%2Finitit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c8r","download_url":"https://codeload.github.com/c8r/initit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248501880,"owners_count":21114683,"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-03-09T04:56:53.784Z","updated_at":"2025-04-12T00:55:14.067Z","avatar_url":"https://github.com/c8r.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# initit\n\nUtility module for creating `npm init` packages\n\n```sh\nnpm i initit\n```\n\n```js\n#!/usr/bin/env node\nconst init = require('initit')\n\nconst [ name ] = process.argv.slice(2)\n// user/repo/path\nconst template = 'jxnblk/rebass/examples/starter'\n\ninit({ name, template })\n  .then(res =\u003e {\n    process.exit(0)\n  })\n  .catch(err =\u003e {\n    console.log(err)\n    process.exit(1)\n  })\n```\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc8r%2Finitit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc8r%2Finitit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc8r%2Finitit/lists"}