{"id":24963209,"url":"https://github.com/jalajcodes/node-cli","last_synced_at":"2026-04-15T16:08:37.226Z","repository":{"id":118054230,"uuid":"140538475","full_name":"jalajcodes/node-cli","owner":"jalajcodes","description":"A CLI tool to create files with extensions","archived":false,"fork":false,"pushed_at":"2018-07-14T05:28:41.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T23:30:33.039Z","etag":null,"topics":["chalk","cli","cli-app","figlet","inquirer","lodash","node","nodejs","shelljs"],"latest_commit_sha":null,"homepage":"","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/jalajcodes.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}},"created_at":"2018-07-11T07:31:53.000Z","updated_at":"2023-12-05T06:44:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"3a44c264-36ee-4e2f-b7c2-4b70fff00d3e","html_url":"https://github.com/jalajcodes/node-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jalajcodes/node-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalajcodes%2Fnode-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalajcodes%2Fnode-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalajcodes%2Fnode-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalajcodes%2Fnode-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jalajcodes","download_url":"https://codeload.github.com/jalajcodes/node-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalajcodes%2Fnode-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267773377,"owners_count":24142102,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["chalk","cli","cli-app","figlet","inquirer","lodash","node","nodejs","shelljs"],"created_at":"2025-02-03T09:55:17.139Z","updated_at":"2026-04-15T16:08:32.203Z","avatar_url":"https://github.com/jalajcodes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-cli\n\nThis a small command line interface tool to create empty files with extensions.\n\nTo install:\n\n1. Clone this repository : ``` git clone https://github.com/thevip/node-cli.git ```\n2. In the cloned directory run ``` npm install ``` (it will install necessary dependencies.)\n3. In the same directory run ``` node index.js ``` to run the CLI.\n\n\nTo execute this script anywhere add a bin section in your ``` package.json ``` file and run ``` npm link ```\n\n```\n{\n  \"name\": \"creator\",\n  \"version\": \"1.0.0\",\n  \"description\": \"\",\n  \"main\": \"index.js\",\n  \"scripts\": {\n    \"test\": \"echo \\\"Error: no test specified\\\" \u0026\u0026 exit 1\",\n    \"start\": \"node index.js\"\n  },\n  \"author\": \"thevip\",\n  \"license\": \"ISC\",\n  \"dependencies\": {\n    \"chalk\": \"^2.4.1\",\n    \"figlet\": \"^1.2.0\",\n    \"inquirer\": \"^6.0.0\",\n    \"shelljs\": \"^0.8.2\"\n  },\n  \"bin\": {\n    \"creator\": \"./index.js\"\n  }\n}\n```\n\n```\n$ npm link\n$ creator\n```\n\n# Thanks!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjalajcodes%2Fnode-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjalajcodes%2Fnode-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjalajcodes%2Fnode-cli/lists"}