{"id":15140847,"url":"https://github.com/jahed/molecule-js","last_synced_at":"2025-09-29T10:30:38.522Z","repository":{"id":29848219,"uuid":"33393056","full_name":"jahed/molecule-js","owner":"jahed","description":"RSS / Atom Feed Blog Aggregator","archived":true,"fork":false,"pushed_at":"2019-06-08T22:46:15.000Z","size":24,"stargazers_count":2,"open_issues_count":4,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-09-22T13:32:58.583Z","etag":null,"topics":["aggregator","atom","rss"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jahed.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":"2015-04-04T03:34:22.000Z","updated_at":"2023-01-28T16:55:15.000Z","dependencies_parsed_at":"2022-09-09T09:41:42.561Z","dependency_job_id":null,"html_url":"https://github.com/jahed/molecule-js","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jahed%2Fmolecule-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jahed%2Fmolecule-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jahed%2Fmolecule-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jahed%2Fmolecule-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jahed","download_url":"https://codeload.github.com/jahed/molecule-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219874048,"owners_count":16554541,"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":["aggregator","atom","rss"],"created_at":"2024-09-26T08:41:49.580Z","updated_at":"2025-09-29T10:30:38.263Z","avatar_url":"https://github.com/jahed.png","language":"JavaScript","funding_links":["https://www.patreon.com/jahed"],"categories":[],"sub_categories":[],"readme":"# Molecule\n\n[![Build Status](https://img.shields.io/travis/jahed/molecule-js.svg)](https://travis-ci.org/jahed/molecule-js)\n[![NPM Release](https://img.shields.io/npm/dt/molecule-js.svg)](https://www.npmjs.com/package/molecule-js)\n[![Patreon](https://img.shields.io/badge/patreon-donate-f96854.svg)](https://www.patreon.com/jahed)\n\nRSS / Atom Feed Blog Aggregator\n\n## Dependencies\n\n- NodeJS\n- NPM\n\n## Installation\n\n### Global\n\n```sh\nnpm install -g molecule-js\n```\n\n### Local\n\nYou can also install Molecule per-project, just run\n\n```sh\nnpm install molecule-js\n```\n\nand use `./node_modules/.bin/molecule` as the command.\n\n### Programmatic\n\nTo use Molecule programmatically, see `./src/cli.js` as an example.\n\n```js\nvar molecule = new Molecule(pathToConfigDir, options);\n//...\nmolecule.build();\n```\n\n## Usage\n\n```sh\n$ molecule --help\n\nmolecule [options] \u003cconfig directory\u003e\n\nOptions:\n  --pretty, -p\n    Disables minification\n  --output, -o \u003cbuild directory\u003e\n    Default: \u003cconfig directory\u003e/build/\n```\n\n### Config Directory\n\nSee `./config/` as an example.\n\nPath          | Description\n------------- | -------------\n./config.json | Configuration of your aggregator\n./templates/  | Templates you want to generate\n\n#### Templates\n\nCurrently only [Pug (previous known as Jade)](http://jade-lang.com/) templates are supported.\nSupport for other engines might be added if they're needed.\n\nCurrently directories in the `templates` directory aren't supported.\n\nTo know which variables are available, see the example templates under\n`./config/templates`. Actual documentation may be added in the future.\n\nTemplates have a naming scheme:\n\n./templates/  | ./build/\n------------- | -------------\natom.xml.pug  | atom.xml\nREADME.pug    | README\n\n## License\n\nSee `LICENSE`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjahed%2Fmolecule-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjahed%2Fmolecule-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjahed%2Fmolecule-js/lists"}