{"id":21189048,"url":"https://github.com/tycrek/express-postcss","last_synced_at":"2025-07-10T02:31:34.265Z","repository":{"id":42006842,"uuid":"399169917","full_name":"tycrek/express-postcss","owner":"tycrek","description":"Express.js middleware for on-demand PostCSS compiling","archived":false,"fork":false,"pushed_at":"2023-10-26T22:58:02.000Z","size":554,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-13T02:21:07.536Z","etag":null,"topics":["express-middleware","jit","postcss"],"latest_commit_sha":null,"homepage":"","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/tycrek.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}},"created_at":"2021-08-23T16:14:35.000Z","updated_at":"2024-02-02T17:51:42.000Z","dependencies_parsed_at":"2023-02-19T02:45:37.593Z","dependency_job_id":"ee838087-5804-424e-be3b-36330414513f","html_url":"https://github.com/tycrek/express-postcss","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tycrek%2Fexpress-postcss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tycrek%2Fexpress-postcss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tycrek%2Fexpress-postcss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tycrek%2Fexpress-postcss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tycrek","download_url":"https://codeload.github.com/tycrek/express-postcss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225614662,"owners_count":17496938,"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":["express-middleware","jit","postcss"],"created_at":"2024-11-20T18:49:44.363Z","updated_at":"2024-11-20T18:49:44.953Z","avatar_url":"https://github.com/tycrek.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\nexpress-postcss\n===\n\n[![NPMCBT badge]][NPMCBT link]\n\n*Express.js middleware for on-demand PostCSS compiling*\n\u003c/div\u003e\n\n[NPMCBT badge]: https://img.shields.io/npm/v/@tycrek/express-postcss?color=CB3837\u0026label=%20View%20on%20NPM\u0026logo=npm\u0026style=for-the-badge\n[NPMCBT link]: https://www.npmjs.com/package/@tycrek/express-postcss\n\n## Usage\n\nInstall with `npm i @tycrek/express-postcss`, then import/require it in your code.\n\n```js\nconst { epcss } = require('@tycrek/express-postcss');\n// or\nimport { epcss } from '@tycrek/express-postcss';\n```\n\nThen, use it as middleware.\n\n```js\napp.use('/css', epcss({ /* options */ }));\n```\n\nAny requests to `/css` will be handled by the middleware.\n\nFor a more complete example, see [test/test.js](test/test.js).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftycrek%2Fexpress-postcss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftycrek%2Fexpress-postcss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftycrek%2Fexpress-postcss/lists"}