{"id":19401585,"url":"https://github.com/adebola-io/siphon","last_synced_at":"2025-06-15T11:34:40.833Z","repository":{"id":57673792,"uuid":"475936976","full_name":"adebola-io/siphon","owner":"adebola-io","description":"Web bundler for front-end applications. 📦🗜","archived":false,"fork":false,"pushed_at":"2022-05-21T07:16:19.000Z","size":1677,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T15:21:09.669Z","etag":null,"topics":["bundle","bundler","cli","compilers","css","html","html-css-javascript","javascript","minify","nodejs","npm","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/siphon-cli","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adebola-io.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":"2022-03-30T15:19:25.000Z","updated_at":"2024-01-22T10:11:19.000Z","dependencies_parsed_at":"2022-08-31T13:10:54.887Z","dependency_job_id":null,"html_url":"https://github.com/adebola-io/siphon","commit_stats":null,"previous_names":["adebola-xyz/siphon"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adebola-io%2Fsiphon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adebola-io%2Fsiphon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adebola-io%2Fsiphon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adebola-io%2Fsiphon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adebola-io","download_url":"https://codeload.github.com/adebola-io/siphon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250582811,"owners_count":21453917,"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","bundler","cli","compilers","css","html","html-css-javascript","javascript","minify","nodejs","npm","typescript"],"created_at":"2024-11-10T11:19:06.215Z","updated_at":"2025-04-24T07:30:46.419Z","avatar_url":"https://github.com/adebola-io.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=center\u003e\n  \u003cimg width=200 height=200 src=\"https://user-images.githubusercontent.com/60784068/166832164-edb160e5-4ae4-4085-bc53-28e3e6506537.png\"\u003e\u003c/img\u003e\n  \u003ch1 align=center\u003e Siphon \u003c/h1\u003e\n  \u003cp align=center\u003e\n  \u003ca href=\"https://www.npmjs.com/package/siphon-cli\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/siphon-cli.svg\" alt=\"npm version\" \u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://packagephobia.now.sh/result?p=siphon-cli\"\u003e\n    \u003cimg src=\"https://packagephobia.now.sh/badge?p=siphon-cli\" alt=\"install size\" \u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/adebola-xyz/siphon/blob/master/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/l/siphon-cli.svg\" alt=\"license\"\u003e\n  \u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n**Siphon is still in an early stage of development.**\n\n## Overview\n\nSiphon is a simple web bundler that reads HTML documents and resolves their assets into fewer files for production.\n\n---\n\n## Quick Start\n\nTo get started, install Siphon with the node command:\n\n```shell\nnpm install -g siphon-cli\n```\n\nOnce it is installed, you can cd into a project folder with an `index.html` file and run the command:\n\n```shell\nsiphon-cli -bundle index.html\n```\n\nThis command will read the file, determine all its required assets, and bundle them up into an `index.html` file in a `build` folder.\n\n---\n\n## Watch Mode\n\nRunning Siphon in watch mode will set it to automatically bundle up your project whenever changes are made to the base file or its assets.\n\n**By default, Siphon assumes your base file is src/index.html, and all your assets are stored in the src folder.**\n\nTo run Siphon in watch mode, cd to the root of your project and run the command:\n\n```shell\nsiphon-cli -bundle --w\n```\n\n---\n\n## Configuration\n\nYou can reconfigure the behavior of the bundler by including a `siphon.config.js` file in the root of your project.\n\nFor example, to change the output directory, create the config file and add:\n\n```js\nmodule.exports = {\n  outDir: \"./dist\",\n};\n```\n\nWhen the bundler is run, it will bundle files into a `dist` folder, rather than the default `build`.\n\nFor more on configuration, see [Siphon Configs](https://github.com/adebola-xyz/siphon/blob/master/docs/CONFIG.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadebola-io%2Fsiphon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadebola-io%2Fsiphon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadebola-io%2Fsiphon/lists"}