{"id":21888813,"url":"https://github.com/timolinn/create-node-app","last_synced_at":"2026-01-11T02:58:11.833Z","repository":{"id":144259358,"uuid":"183911613","full_name":"timolinn/create-node-app","owner":"timolinn","description":"Create a new NodeJS express app using an existing node starter kit","archived":false,"fork":false,"pushed_at":"2019-08-01T11:47:49.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T14:50:10.093Z","etag":null,"topics":["kit","node-starter-kit","nodejs"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/timolinn.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-28T13:25:46.000Z","updated_at":"2024-04-04T12:20:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"2b9a2322-c787-43f7-9c05-20e4a6143424","html_url":"https://github.com/timolinn/create-node-app","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/timolinn%2Fcreate-node-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timolinn%2Fcreate-node-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timolinn%2Fcreate-node-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timolinn%2Fcreate-node-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timolinn","download_url":"https://codeload.github.com/timolinn/create-node-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246320197,"owners_count":20758410,"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":["kit","node-starter-kit","nodejs"],"created_at":"2024-11-28T11:17:31.574Z","updated_at":"2026-01-11T02:58:11.791Z","avatar_url":"https://github.com/timolinn.png","language":"Shell","readme":"# Create Node App 😄\r\n\r\nThis is a simple bash script for creating an express app using [node-starter](https://github.com/timolinn/node-starter) kit (it is fully customizable).\r\n\r\nThis script was wriiten mostly for personal use, but feel free to make it your own 🙂!\r\n\r\n## Installation\r\n+ Clone this repo\r\n```bash\r\n    git clone https://github.com/timolinn/create-node-app\r\n```\r\n+ Then run `cd create-node-app`\r\n\r\nMake the script executable on bash:\r\n```bash\r\n    chmod u+x create-node-app\r\n```\r\nThe script is ready to use!!! 😁.\r\n\r\n## Usage\r\nGo ahead and run any of the commands below\r\n```bash\r\n\r\n    ./create-node-app\r\n\r\n    // OR\r\n\r\n    ./create-node-app newapp\r\n\r\n    // OR\r\n\r\n    ./create-node-app -s https://github.com/example/another-node-kit\r\n\r\n    // For the rest\r\n    ./create-node-app -h\r\n```\r\n\r\n## Make `create-node-app` command accessible from anywhere on your system\r\nFirst create a `bin` in your home directory:\r\n```bash\r\n    mkdir ~/bin\r\n```\r\n\r\nCopy the script to the bin folder\r\n```bash\r\n    cp ./create-node-app ~/bin\r\n```\r\n\r\nExecute the following command:\r\n```\r\n    // Add this to `.bash_profile` to persist to persist it. Then open a new shell.\r\n    export PATH=$PATH:$HOME/bin\r\n```\r\n\r\nThat's it! Now you can run `create-node-app` from anywhere.\r\n\r\n# Uninstall\r\nSimple run `rm ~/bin/create-node-app`\r\n\r\n## Warning\r\n**Doesn't work well if source URL is incorrect**. see TODO\r\n\r\n## TODO\r\n- [ ] Add error handling for invalid git url\r\n- [ ] Add support for private repository","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimolinn%2Fcreate-node-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimolinn%2Fcreate-node-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimolinn%2Fcreate-node-app/lists"}