{"id":13907250,"url":"https://github.com/Bloggify/Bloggify","last_synced_at":"2025-07-18T05:30:59.983Z","repository":{"id":16444181,"uuid":"19195907","full_name":"Bloggify/Bloggify","owner":"Bloggify","description":"📝 We make publishing easy.","archived":false,"fork":false,"pushed_at":"2025-05-06T17:22:30.000Z","size":729,"stargazers_count":29,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-11T04:50:23.532Z","etag":null,"topics":["bloggify","framework","hacktoberfest","nodejs","publishing"],"latest_commit_sha":null,"homepage":"https://bloggify.org","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/Bloggify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2014-04-27T04:38:23.000Z","updated_at":"2025-05-20T18:51:18.000Z","dependencies_parsed_at":"2024-01-21T23:58:40.415Z","dependency_job_id":"3ea46ed0-c9b7-4c65-903f-84dca3da4bd2","html_url":"https://github.com/Bloggify/Bloggify","commit_stats":{"total_commits":763,"total_committers":4,"mean_commits":190.75,"dds":"0.45478374836172997","last_synced_commit":"59b9670dad9fa3f1b82fb62f0448d7f1cf4cb9e2"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Bloggify/Bloggify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bloggify%2FBloggify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bloggify%2FBloggify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bloggify%2FBloggify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bloggify%2FBloggify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bloggify","download_url":"https://codeload.github.com/Bloggify/Bloggify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bloggify%2FBloggify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265705296,"owners_count":23814417,"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":["bloggify","framework","hacktoberfest","nodejs","publishing"],"created_at":"2024-08-06T23:01:51.034Z","updated_at":"2025-07-18T05:30:59.696Z","avatar_url":"https://github.com/Bloggify.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003c!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. --\u003e\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n# `$ bloggify`\n\n [![Version](https://img.shields.io/npm/v/bloggify-cli.svg)](https://www.npmjs.com/package/bloggify-cli) [![Downloads](https://img.shields.io/npm/dt/bloggify-cli.svg)](https://www.npmjs.com/package/bloggify-cli)\n\n\n\n\n\n\n\n\u003e We make publishing easy.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## :cloud: Installation\n\nYou can install the package globally and use it as command line tool:\n\n\n```sh\n# Using npm\nnpm install --global bloggify-cli\n\n# Using yarn\nyarn global add bloggify-cli\n```\n\n\nThen, run `bloggify --help` and see what the CLI tool can do.\n\n\n```\n$ bloggify --help\nUsage: bloggify \u003ccommand\u003e [options]\n\nWe make publishing easy.\n\nCommands:\n  start  Starts the Bloggify process.\n\nOptions:\n  -h, --help     Displays this help.\n  -v, --version  Displays version information.\n\nExamples:\n  $ bloggify start\n  $ bloggify start -c path/to/config/file.json\n\nDocumentation can be found at https://github.com/Bloggify/Bloggify.\n```\n\n\n\n\n\n\n\n\n\n\n\n\n\n## :clipboard: Example\n\n\n\nHere is an example how to use this package as library. To install it locally, as library, you can use `npm install bloggify-cli` (or `yarn add bloggify-cli`):\n\n\n\n```js\n// This is how to include Bloggify as library.\nconst Bloggify = require(\"bloggify-cli\")\n\n// Start the Bloggify app\nconst app = new Bloggify(\"path/to/the/application/root\")\n\n// Do something after it's started\napp.onLoad(err =\u003e {\n    console.log(`Bloggify server running on port ${app._serverPort}`)\n})\n```\n\n\n\n\n\n\n\n\n\n\n\n## :question: Get Help\n\nThere are few ways to get help:\n\n\n\n 1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question.\n 2. For bug reports and feature requests, open issues. :bug:\n\n\n\n\n\n## :memo: Documentation\n\nFor full API reference, see the [DOCUMENTATION.md][docs] file.\n\n\n\n\n\n\n\n\n\n\n\n\n## :yum: How to contribute\nHave an idea? Found a bug? See [how to contribute][contributing].\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## :dizzy: Where is this library used?\nIf you are using this library in one of your projects, add it in this list. :sparkles:\n\n - `bloggify-starter`\n\n\n\n\n\n\n\n\n\n\n\n## :scroll: License\n\n[MIT][license] © [Bloggify][website]\n\n\n\n\n\n\n[license]: /LICENSE\n[website]: https://bloggify.org\n[contributing]: /CONTRIBUTING.md\n[docs]: /DOCUMENTATION.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBloggify%2FBloggify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBloggify%2FBloggify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBloggify%2FBloggify/lists"}