{"id":21578778,"url":"https://github.com/lunelson/penny","last_synced_at":"2025-04-30T21:39:25.072Z","repository":{"id":143758877,"uuid":"110989748","full_name":"lunelson/penny","owner":"lunelson","description":"JavaScript ES6, Sass and Pug \"on-the-fly\" server built on Connect / Browser-Sync","archived":false,"fork":false,"pushed_at":"2020-03-07T16:35:43.000Z","size":4076,"stargazers_count":3,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-18T07:50:08.406Z","etag":null,"topics":["browser-sync","connect","es6","live-reload","node","pug","rollup","sass"],"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":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lunelson.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-16T15:39:59.000Z","updated_at":"2020-02-20T14:17:55.000Z","dependencies_parsed_at":"2023-07-14T19:04:27.469Z","dependency_job_id":null,"html_url":"https://github.com/lunelson/penny","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunelson%2Fpenny","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunelson%2Fpenny/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunelson%2Fpenny/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunelson%2Fpenny/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lunelson","download_url":"https://codeload.github.com/lunelson/penny/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251342721,"owners_count":21574244,"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":["browser-sync","connect","es6","live-reload","node","pug","rollup","sass"],"created_at":"2024-11-24T13:11:33.920Z","updated_at":"2025-04-30T21:39:25.051Z","avatar_url":"https://github.com/lunelson.png","language":"JavaScript","readme":"\u003cimg src=\"logo.svg\" width=\"320\"\u003e\n\n# penny \u003cbr\u003e a zero-config on-the-fly-compiling dev server \u003cbr\u003e...which also builds and is configurable\n\n[![npm published v](https://img.shields.io/npm/v/@lunelson/penny.svg)]()\n[![dependencies](https://david-dm.org/lunelson/penny.svg)]()\n[![node supported v](https://img.shields.io/node/v/@lunelson/penny.svg)]()\n\n\n```sh\nnpm install -g @lunelson/penny\n```\n\nPenny is not another bundler. It is an on-request in-memory-compiling live-reloading server for development, and a static-site builder for production. It avoids the pain of build-tool configuration, and the wasted time of full-site rebuilds.\n\n* Pug.js, Libsass (via node-sass) and Babel/Webpack as view-engines\n* Advanced helper functions incl. data-loading in templates and stylesheets\n* Sourcemaps, file-watching and live-reloading in development; minification and purging in production\n\n\n\n```sh\n# given this structure...\n# .\n# ├── out\n# └── src\n#     ├── index.pug\n#     ├── main.js\n#     └── main.scss\n\n# run this to serve /src live on localhost:3000\n\npenny serve src\n\n# ...or run this to build from /src to /out...\n\npenny build src out\n\n# ...and get this structure\n# .\n# ├── out\n#     ├── index.html\n#     ├── main.js (es5)\n#     └── main.css\n# └── src\n#     ├── index.pug\n#     ├── main.js (es6)\n#     └── main.scss\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunelson%2Fpenny","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flunelson%2Fpenny","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunelson%2Fpenny/lists"}