{"id":13717249,"url":"https://github.com/egoist/tooling","last_synced_at":"2025-04-04T10:07:51.654Z","repository":{"id":3238675,"uuid":"48836778","full_name":"egoist/tooling","owner":"egoist","description":"Modular JavaScript Tooling.","archived":false,"fork":false,"pushed_at":"2022-12-06T22:16:38.000Z","size":806,"stargazers_count":413,"open_issues_count":49,"forks_count":17,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-28T09:07:35.587Z","etag":null,"topics":["bundle","javascript","nodejs","tooling","web-app"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":"Deprecated","scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/egoist.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}},"created_at":"2015-12-31T06:17:01.000Z","updated_at":"2025-03-02T16:16:05.000Z","dependencies_parsed_at":"2023-01-13T13:15:13.218Z","dependency_job_id":null,"html_url":"https://github.com/egoist/tooling","commit_stats":null,"previous_names":[],"tags_count":64,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Ftooling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Ftooling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Ftooling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Ftooling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/egoist","download_url":"https://codeload.github.com/egoist/tooling/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247157282,"owners_count":20893220,"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":["bundle","javascript","nodejs","tooling","web-app"],"created_at":"2024-08-03T00:01:19.847Z","updated_at":"2025-04-04T10:07:51.627Z","avatar_url":"https://github.com/egoist.png","language":"JavaScript","readme":"# tooling\n\n[![NPM version](https://img.shields.io/npm/v/tooling.svg?style=flat)](https://npmjs.com/package/tooling) [![NPM downloads](https://img.shields.io/npm/dm/tooling.svg?style=flat)](https://npmjs.com/package/tooling) [![Build Status](https://img.shields.io/circleci/project/egoist/tooling/master.svg?style=flat)](https://circleci.com/gh/egoist/tooling) [![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000\u0026style=flat)](https://github.com/egoist/donate)\n\n## Install\n\n```bash\nyarn add tooling tooling-preset-web --dev\n```\n\n## How to use\n\nConfigure npm scripts:\n\n```js\n{\n  \"scripts\": {\n    \"build\": \"tooling build\",\n    \"dev\": \"tooling dev\"\n  },\n  \"tooling\": {\n    \"presets\": [\n      \"web\"\n    ]\n  }\n}\n```\n\nPopulate `index.js` inside your project:\n\n```js\ndocument.write('\u003ch1\u003eHello World!\u003ch1\u003e')\n```\n\nAnd run `yarn dev` and go to `http://localhost:4000`.\n\n## Command\n\n- `tooling dev`: Run dev server with hot reloading support, then you can code and open browser to preview\n- `tooling build`: Build app in production mode.\n\n## Configuration\n\nThe surpise is, tooling requires **no configurations!** Oh well, there're a couple CLI options. You can run `tooling --help` and `tooling \u003ccommand\u003e --help` to check out!\n\nHowever, `presets` may require options, then you can configure them in:\n\n- a package.json's `tooling` property\n- a JSON or YAML \"rc file\", eg: `.toolingrc.json` or `.toolingrc.yml` or without extension\n- a `tooling.config.js` CommonJS module\n- a CLI `--config` argument\n\n## Presets\n\nYour app is driven by presets under the hood, just like [babel](https://babeljs.io) is driven by babel presets.\n\n### List of presets\n\n- [Web](./packages/tooling-preset-web): A preset you'll need for modern web apps.\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n\n## Author\n\n**tooling** © [egoist](https://github.com/egoist), Released under the [MIT](./LICENSE) License.\u003cbr\u003e\nAuthored and maintained by egoist with help from contributors ([list](https://github.com/egoist/tooling/contributors)).\n\n\u003e [egoistian.com](https://egoistian.com) · GitHub [@egoist](https://github.com/egoist) · Twitter [@rem_rin_rin](https://twitter.com/rem_rin_rin)\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegoist%2Ftooling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegoist%2Ftooling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegoist%2Ftooling/lists"}