{"id":23817930,"url":"https://github.com/lsongdev/kelp-generator","last_synced_at":"2026-05-20T14:03:01.463Z","repository":{"id":68773847,"uuid":"214433384","full_name":"lsongdev/kelp-generator","owner":"lsongdev","description":":sparkles: simple file generator","archived":false,"fork":false,"pushed_at":"2021-10-12T07:48:50.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-26T02:52:46.434Z","etag":null,"topics":["generator","hexo","jekyll","jekyllrb","static-site-generator","yeoman-generator"],"latest_commit_sha":null,"homepage":"https://npmjs.org/@kelpjs/gen","language":"JavaScript","has_issues":false,"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/lsongdev.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},"funding":{"github":"song940","patreon":"song940","open_collective":"song940","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://git.io/fjRcB"}},"created_at":"2019-10-11T12:41:04.000Z","updated_at":"2022-05-11T04:23:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"3f325e0b-1f6d-4979-b73c-6c956fb57d51","html_url":"https://github.com/lsongdev/kelp-generator","commit_stats":null,"previous_names":["lsongdev/kelp-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lsongdev/kelp-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fkelp-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fkelp-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fkelp-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fkelp-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lsongdev","download_url":"https://codeload.github.com/lsongdev/kelp-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fkelp-generator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268439663,"owners_count":24250671,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["generator","hexo","jekyll","jekyllrb","static-site-generator","yeoman-generator"],"created_at":"2025-01-02T05:49:07.466Z","updated_at":"2026-05-20T14:02:56.424Z","avatar_url":"https://github.com/lsongdev.png","language":"JavaScript","funding_links":["https://github.com/sponsors/song940","https://patreon.com/song940","https://opencollective.com/song940","https://git.io/fjRcB"],"categories":[],"sub_categories":[],"readme":"## @kelpjs/gen\n\n\u003e simple file generator\n\n### Installation\n\n```bash\n$ npm install @kelpjs/gen\n```\n\n### Example\n\n```js\nconst generate = require('@kelpjs/gen');\n\ngenerate({\n  source: './src',\n  output: './build',\n  plugins: {\n    \n  }\n});\n\n```\n\n@kelpjs/gen/flow example\n\n```js\nconst flow       = require('@kelpjs/gen/flow');\nconst read       = require('@kelpjs/gen/plugins/read');\nconst source     = require('@kelpjs/gen/plugins/source');\nconst output     = require('@kelpjs/gen/plugins/output');\nconst matter     = require('@kelpjs/gen/plugins/matter');\nconst layouts    = require('@kelpjs/gen/plugins/layouts');\nconst metadata   = require('@kelpjs/gen/plugins/metadata');\nconst markdown   = require('@kelpjs/gen/plugins/markdown');\nconst permalink  = require('@kelpjs/gen/plugins/permalink');\nconst collection = require('@kelpjs/gen/plugins/collection');\n\nflow()\n.use(source('./src'))\n.use(read())\n.use(metadata({\n  sitename: 'My Blog'\n}))\n.use(matter())\n.use(markdown())\n.use(permalink('/:year/:month/:title.html'))\n.use(collection({\n  name: 'index.html',\n  layout: 'index.ejs'\n}))\n.use(layouts({\n  templates: './templates'\n}))\n.use(output('./build'))\n.run();\n```\n\n### Contributing\n- Fork this Repo first\n- Clone your Repo\n- Install dependencies by `$ npm install`\n- Checkout a feature branch\n- Feel free to add your features\n- Make sure your features are fully tested\n- Publish your local branch, Open a pull request\n- Enjoy hacking \u003c3\n\n### MIT\n\nThis work is licensed under the [MIT license](./LICENSE).\n\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fkelp-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flsongdev%2Fkelp-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fkelp-generator/lists"}