{"id":20047789,"url":"https://github.com/interactivethings/packup","last_synced_at":"2025-03-02T08:19:19.226Z","repository":{"id":36787171,"uuid":"41093946","full_name":"interactivethings/packup","owner":"interactivethings","description":"WIP: A no-config development tool for modern web apps","archived":false,"fork":false,"pushed_at":"2015-12-28T12:37:48.000Z","size":38,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-13T06:40:06.805Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/interactivethings.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-08-20T12:17:10.000Z","updated_at":"2016-07-14T03:01:33.000Z","dependencies_parsed_at":"2022-08-25T21:12:14.656Z","dependency_job_id":null,"html_url":"https://github.com/interactivethings/packup","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interactivethings%2Fpackup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interactivethings%2Fpackup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interactivethings%2Fpackup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interactivethings%2Fpackup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interactivethings","download_url":"https://codeload.github.com/interactivethings/packup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241477234,"owners_count":19969077,"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":[],"created_at":"2024-11-13T11:38:17.506Z","updated_at":"2025-03-02T08:19:19.210Z","avatar_url":"https://github.com/interactivethings.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Packup\n\nWork in progress.\n\n## Options\n\n- `--port`: Specify a server port (Default: any free port starting from 8080)\n- `--config`: Use a configuration file\n\n### Configuration file\n\nThrough the `--config` option, a configuration file can be supplied. Currently only the `entry` key is supported to specify multiple entry files. For example:\n\n```js\nmodule.exports = {\n  entry: {\n    app: './index',\n    foo: './foo'\n  }\n}\n```\n\n## Goals\n\n### Easy usage\n\nNo configuration needed.\n\n- Provide a hot-reloading enabled development server without the boilerplate\n- Provide a default set of webpack loaders\n- Provide a default set of NPM packages (less is more)\n- Always route all routes to the app, to enable HTML5 pushState routing\n\n### Advanced usage\n\nEnable some or complete configuration.\n\n- Allow extension of default webpack config\n- Allow use of a completely separate webpack config\n- Allow easy replacement through webpack itself\n\n## Global install (good for quick no-config experiments)\n\n    npm install packup -g\n    packup main.js\n\n## Local install (good for serious projects)\n\n    npm install packup --save-dev\n    node_modules/.bin/packup main.js\n\n## See also\n\n- [react-heatpack](https://github.com/insin/react-heatpack) is the main inspiration but different enough in goals and implementation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finteractivethings%2Fpackup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finteractivethings%2Fpackup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finteractivethings%2Fpackup/lists"}