{"id":22202903,"url":"https://github.com/french-exception/node-npm-project-create-cli","last_synced_at":"2026-04-18T17:01:35.646Z","repository":{"id":44214192,"uuid":"223853435","full_name":"French-Exception/node-npm-project-create-cli","owner":"French-Exception","description":"A NPM bin to easily create a new NPM project based on commands","archived":false,"fork":false,"pushed_at":"2022-12-30T19:16:40.000Z","size":508,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-10T22:11:37.500Z","etag":null,"topics":["nodejs","npm","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/French-Exception.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":"2019-11-25T03:29:31.000Z","updated_at":"2020-11-04T23:07:08.000Z","dependencies_parsed_at":"2023-01-31T14:01:17.884Z","dependency_job_id":null,"html_url":"https://github.com/French-Exception/node-npm-project-create-cli","commit_stats":null,"previous_names":["french-exception/frenchex-node-npm-project-create-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/French-Exception/node-npm-project-create-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/French-Exception%2Fnode-npm-project-create-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/French-Exception%2Fnode-npm-project-create-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/French-Exception%2Fnode-npm-project-create-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/French-Exception%2Fnode-npm-project-create-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/French-Exception","download_url":"https://codeload.github.com/French-Exception/node-npm-project-create-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/French-Exception%2Fnode-npm-project-create-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31976805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T16:27:12.723Z","status":"ssl_error","status_checked_at":"2026-04-18T16:27:11.140Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["nodejs","npm","typescript"],"created_at":"2024-12-02T16:38:50.125Z","updated_at":"2026-04-18T17:01:35.626Z","avatar_url":"https://github.com/French-Exception.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Installation\n```bash\ngit clone git@github.com:French-Exception/frenchex-node-npm-project-create-cli.git\nnpm install --only dev\n```\n\n# Usage\n\n```bash\n$ node src/index.js --help\nindex.js \u003ccommand\u003e\n\nCommands:\n  index.js create \u003cname\u003e   Create a new Npm project\n  index.js clone \u003cgitUrl\u003e  Create a new Npm project from a git url\n\nOptions:\n  --help     Show help                                                 [boolean]\n  --version  Show version number                                       [boolean]\n\n\n$ node src/index.js create --help\nindex.js create \u003cname\u003e\n\nCreate a new Npm project\n\nOptions:\n  --help            Show help                                          [boolean]\n  --version         Show version number                                [boolean]\n  --scope           Scope for new npm module                            [string]\n  --git             create git                         [boolean] [default: true]\n  --git-branch      git branch to checkout         [string] [default: \"develop\"]\n  --git-flow        Init git flow                      [boolean] [default: true]\n  --destroy-before  If dir exists, delete it          [boolean] [default: false]\n  --root-path       path\n     [string] [default: \"C:\\code\\node_modules\\@frenchex\\npm-project-create-cli\"]\n  --install         NPM to install with --save             [array] [default: []]\n  --devInstall      NPM to install with --save             [array] [default: []]\n  --author          Author name                                         [string]\n  --npm-bin         node NPM bin                       [string] [default: \"npm\"]\n  --git-bin         git bin                            [string] [default: \"git\"]\n  --log-level\n  [choices: \"trace\", \"debug\", \"log\", \"info\", \"warn\", \"error\", \"fatal\"] [default:\n                                                                         \"info\"]\n\n$ node src/index.js clone --help\nindex.js clone \u003cgitUrl\u003e\n\nCreate a new Npm project from a git url\n\nOptions:\n  --help            Show help                                          [boolean]\n  --version         Show version number                                [boolean]\n  --branch          branch to checkout             [string] [default: \"develop\"]\n  --root-path       directory\n     [string] [default: \"C:\\code\\node_modules\\@frenchex\\npm-project-create-cli\"]\n  --git-bin         git bin                            [string] [default: \"git\"]\n  --npm-bin         npm bin                            [string] [default: \"npm\"]\n  --dev             npm i --only dev                   [boolean] [default: true]\n  --destroy-before  Delete directory if exists before cloning\n                                                      [boolean] [default: false]\n  --log-level\n  [choices: \"trace\", \"debug\", \"log\", \"info\", \"warn\", \"error\", \"fatal\"] [default:\n                                                                         \"info\"]\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrench-exception%2Fnode-npm-project-create-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrench-exception%2Fnode-npm-project-create-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrench-exception%2Fnode-npm-project-create-cli/lists"}