{"id":46996204,"url":"https://github.com/humanoidsbv/kickstart","last_synced_at":"2026-03-11T15:18:25.848Z","repository":{"id":46652404,"uuid":"412009705","full_name":"humanoidsbv/kickstart","owner":"humanoidsbv","description":"Use Kickstart so you don't have to remember the names of your scripts!","archived":false,"fork":false,"pushed_at":"2021-10-15T13:47:05.000Z","size":1556,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T03:32:52.409Z","etag":null,"topics":["kickstart","npm","package","scripts"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@humanoids/kickstart","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/humanoidsbv.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":"2021-09-30T09:52:36.000Z","updated_at":"2021-10-15T13:47:06.000Z","dependencies_parsed_at":"2022-09-02T00:20:38.762Z","dependency_job_id":null,"html_url":"https://github.com/humanoidsbv/kickstart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/humanoidsbv/kickstart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humanoidsbv%2Fkickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humanoidsbv%2Fkickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humanoidsbv%2Fkickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humanoidsbv%2Fkickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/humanoidsbv","download_url":"https://codeload.github.com/humanoidsbv/kickstart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humanoidsbv%2Fkickstart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30385536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T14:10:17.325Z","status":"ssl_error","status_checked_at":"2026-03-11T14:09:37.934Z","response_time":84,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["kickstart","npm","package","scripts"],"created_at":"2026-03-11T15:18:25.042Z","updated_at":"2026-03-11T15:18:25.840Z","avatar_url":"https://github.com/humanoidsbv.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kickstart\n\nUse Kickstart so you don't have to remember the names of your scripts!\n\n![](kickstart.gif)\n\n# Contents\n\n- [Description](#description)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [Credits](#credits)\n\n## Description\n\nWhen you're working on an application with others you might have noticed that often different script names are used for the most common tasks. Where one might use `npm start` for starting the development mode of an application, someone else is using that command for starting the production build. Especially when you're working on more than one application you might have a hard time remembering all the right commands.\n\nLuckily, there's Kickstart to the rescue! 🚀\n\nKickstart will read all the scripts that are configured in the `package.json`. Then it will present them in a list, all preceded with a number. Press the number of the script you'd like to start and Kickstart will take care of that.\n\n## Installation\n\nKickstart can be installed in two simple steps:\n\n1. Install Kickstart as `devDependency`,\n   - with NPM: `npm install --save-dev @humanoids/kickstart`,\n   - or With Yarn: `yarn add --dev @humanoids/kickstart`.\n2. Open your `package.json` and configure the start script:\n   ```jsonc\n   // ...\n   \"scripts\": {\n     \"start\": \"kickstart\",\n     // ...\n   },\n   // ...\n   ```\n\n## Usage\n\nExecute `npm start`, that's all!\n\n## Contributing\n\nDo you want to contribute to Kickstart? It might seem a bit hard to get a development environment up and running for an executable, so let's get you started!\n\n1. Check out the Kickstart repository: `git@github.com:humanoidsbv/kickstart.git`.\n2. Install Kickstart's development dependencies,\n   - with NPM: `npm install`,\n   - or With Yarn: `yarn install`.\n3. Run an initial build,\n   - with NPM: `npm run build`,\n   - or With Yarn: `yarn build`.\n4. Make the package available for linking,\n   - with NPM: `npm link`,\n   - or With Yarn: `yarn link`.\n5. Use your terminal to navigate to the project you're using or you'd like to use Kickstart in.\n6. If you're already using Kickstart:\n   - remove `node_modules/.bin/kickstart`;\n   - remove `node_modules/@humanoids/kickstart/`.\n7. Link the development version of Kickstart:\n   - with NPM: `npm link @humanoids/kickstart`,\n   - or With Yarn: `yarn link @humanoids/kickstart`.\n8. Start the compiler that watches for changes automatically:\n   - with NPM: `npm start`,\n   - or With Yarn: `yarn start`.\n9. Finally, run `kickstart` from your own project after each change.\n\nDone adding a new feature, improvement or bug fix? We'd be happy to get a Pull Request!\n\n## Credits\n\nCreated with ♥ by [Humanoids](https://humanoids.nl)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumanoidsbv%2Fkickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhumanoidsbv%2Fkickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumanoidsbv%2Fkickstart/lists"}