{"id":19621463,"url":"https://github.com/commenthol/letool","last_synced_at":"2025-08-20T18:12:51.390Z","repository":{"id":66111666,"uuid":"119446377","full_name":"commenthol/letool","owner":"commenthol","description":"master your npm devDependencies","archived":false,"fork":false,"pushed_at":"2018-01-29T21:56:12.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-26T18:53:39.523Z","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":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/commenthol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-01-29T21:49:45.000Z","updated_at":"2018-01-29T21:56:13.000Z","dependencies_parsed_at":"2023-03-10T02:16:39.545Z","dependency_job_id":null,"html_url":"https://github.com/commenthol/letool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/commenthol/letool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fletool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fletool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fletool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fletool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/commenthol","download_url":"https://codeload.github.com/commenthol/letool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fletool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271362314,"owners_count":24746497,"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-08-20T02:00:09.606Z","response_time":69,"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":[],"created_at":"2024-11-11T11:23:11.416Z","updated_at":"2025-08-20T18:12:51.347Z","avatar_url":"https://github.com/commenthol.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# letool\n\n\u003e master your npm devDependencies\n\nManage your development dependencies in one place for multiple packages, such saving you from copy-pasting boilerplate code.\nIt bundles some/my favourite dev tools for testing (mocha), code-coverage (nyc), linting (eslint-config-standard), transpiling (babel) ...\n\nYou are welcome to copy this code, rename the package name and change/ fill it with your favorite tools.\n\n## Installation\n\n```sh\nnpm i letool\n```\n\n## Commands\n\n### setup\n\n```sh\nletool setup\n# or\nnpx letool setup\n```\n\nSets the required scripts in `package.json` of the current working directory and copies `.*ignore` files if not present in the folder.\nSettings or files already present will not be overwritten, so use `letool setup -f` to force overwriting.\n\nCheck `./config/setup/package.json` which scripts and settings are put into `package.json`\n\n```json\n{\n  \"scripts\": {\n    \"test\": \"letool mocha\",\n    \"lint\": \"letool lint\",\n    \"cover\": \"letool coverage\",\n    \"build\": \"letool transpile\"\n  }\n}\n```\n\n### mocha\n\nRuns [mocha](https://www.npmjs.com/package/mocha).\n\n### coverage\n\nRuns [nyc](https://www.npmjs.com/package/nyc) using `npm test`\n\n### lint\n\nRuns [eslint](https://www.npmjs.com/package/eslint) with a default config in `./config/eslint.js`\n\n### transpile\n\n```sh\nletool transpile\n```\n\nIt uses [babel](https://www.npmjs.com/package/babel) with presets `env` and `stage-2` to transpile all es5/es6 code in `./src` to `./lib`.\n\n## Files\n\n```\n├── bin\n│   └── tool.js\n├── config      // configuration files for `scripts`\n│   └── setup   // setup assets\n│       ├── dot.eslintrc.js\n│       ├── dot.eslintignore\n│       ├── dot.gitignore\n│       ├── dot.npmignore\n│       └── package.json  // package props for merging\n├── scripts\n│   ├── coverage.js\n│   ├── lint.js\n│   ├── mocha.js\n│   ├── setup.js\n│   └── transpile.js\n└── src\n```\n\n## LICENSE\n\n[Unlicense](https://unlicense.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommenthol%2Fletool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommenthol%2Fletool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommenthol%2Fletool/lists"}