# bloggify-cli

> We make publishing easy.

Latest version **3.2.0** (published 2025-05-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install bloggify-cli
pnpm add bloggify-cli
yarn add bloggify-cli
bun add bloggify-cli
```

Provides the commands `bloggify`, `bloggify-start`, `bloggify-bundle`, `bloggify-dev-start`, `bloggify-prod-start`, `bloggify-package-scripts`.

## Health

**Score 35/100 (D)** — status: stable.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 3.2.0 |
| Published | 2025-05-06 |
| First published | 2016-09-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 26 |
| Unpacked size | 195.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 28 |
| Author | Bloggify |
| Maintainers | ionicabizau |
| Keywords | framework, http, api, web |

## Links

- npm: https://www.npmjs.com/package/bloggify-cli
- Repository: https://github.com/Bloggify/Bloggify
- Issues: https://github.com/Bloggify/Bloggify/issues
- npm.io page: https://npm.io/package/bloggify-cli

## Dependencies (26)

- [ul](https://npm.io/package/ul.md) ^5.2.1
- [abs](https://npm.io/package/abs.md) ^1.3.14
- [lien](https://npm.io/package/lien.md) ^4.0.0
- [deffy](https://npm.io/package/deffy.md) ^2.2.4
- [noop6](https://npm.io/package/noop6.md) ^1.0.9
- [tilda](https://npm.io/package/tilda.md) ^4.2.1
- [typpy](https://npm.io/package/typpy.md) ^2.3.13
- [dotenv](https://npm.io/package/dotenv.md) ^16.0.0
- [mkdirp](https://npm.io/package/mkdirp.md) ^3.0.1
- [w-json](https://npm.io/package/w-json.md) ^1.3.7
- [is-there](https://npm.io/package/is-there.md) ^4.5.1
- [rucksack](https://npm.io/package/rucksack.md) ^6.1.1
- [cute-logger](https://npm.io/package/cute-logger.md) ^8.0.0
- [safe-r-json](https://npm.io/package/safe-r-json.md) ^1.0.3
- [fs-file-tree](https://npm.io/package/fs-file-tree.md) ^1.0.4
- [parse-db-uri](https://npm.io/package/parse-db-uri.md) ^2.0.0
- [error-creator](https://npm.io/package/error-creator.md) ^1.0.0
- [maybe-require](https://npm.io/package/maybe-require.md) ^1.0.0
- [iterate-object](https://npm.io/package/iterate-object.md) ^1.3.4
- [bloggify-actions](https://npm.io/package/bloggify-actions.md) ^1.0.0
- [local-ip-address](https://npm.io/package/local-ip-address.md) ^1.0.0
- [require-dir-watch](https://npm.io/package/require-dir-watch.md) ^1.0.0
- [bloggify-renderer-ajs](https://npm.io/package/bloggify-renderer-ajs.md) ^2.0.1
- [bloggify-plugin-loader](https://npm.io/package/bloggify-plugin-loader.md) ^2.0.1
- [bloggify-flexible-router](https://npm.io/package/bloggify-flexible-router.md) ^2.0.0
- [bloggify-template-renderer](https://npm.io/package/bloggify-template-renderer.md) ^2.0.2

## Alternatives

- [launchdarkly-js-client-sdk](https://npm.io/package/launchdarkly-js-client-sdk.md) — 2.5M weekly downloads
- [@elastic/elasticsearch](https://npm.io/package/@elastic/elasticsearch.md) — 2.1M weekly downloads
- [@c8y/client](https://npm.io/package/@c8y/client.md) — 15.3K weekly downloads
- [@signaldb/maverickjs](https://npm.io/package/@signaldb/maverickjs.md) — 1.7K weekly downloads
- [@bbc/http-transport-cache](https://npm.io/package/@bbc/http-transport-cache.md) — 1.2K weekly downloads

## Recent versions

- 3.2.0 (latest) — 2025-05-06
- 3.1.1 — 2025-04-02
- 3.1.0 — 2025-04-02
- 3.0.4 — 2024-11-04
- 3.0.3 — 2024-11-04
- 3.0.2 — 2024-11-04
- 3.0.1 — 2024-07-21
- 3.0.0 — 2024-01-01
- 2.1.1 — 2023-05-31
- 2.1.0 — 2023-05-26
- 2.0.7 — 2023-03-06
- 2.0.6 — 2023-03-03
- 2.0.5 — 2023-02-19
- 2.0.4 — 2023-02-19
- 2.0.3 — 2023-02-15
- … 56 more at https://npm.io/package/bloggify-cli/versions

## README

<!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. -->


















# `$ bloggify`

 [![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)







> We make publishing easy.

















## :cloud: Installation

You can install the package globally and use it as command line tool:


```sh
# Using npm
npm install --global bloggify-cli

# Using yarn
yarn global add bloggify-cli
```


Then, run `bloggify --help` and see what the CLI tool can do.


```
$ bloggify --help
Usage: bloggify <command> [options]

We make publishing easy.

Commands:
  start  Starts the Bloggify process.

Options:
  -h, --help     Displays this help.
  -v, --version  Displays version information.

Examples:
  $ bloggify start
  $ bloggify start -c path/to/config/file.json

Documentation can be found at https://github.com/Bloggify/Bloggify.
```













## :clipboard: Example



Here 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`):



```js
// This is how to include Bloggify as library.
const Bloggify = require("bloggify-cli")

// Start the Bloggify app
const app = new Bloggify("path/to/the/application/root")

// Do something after it's started
app.onLoad(err => {
    console.log(`Bloggify server running on port ${app._serverPort}`)
})
```











## :question: Get Help

There are few ways to get help:



 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.
 2. For bug reports and feature requests, open issues. :bug:





## :memo: Documentation

For full API reference, see the [DOCUMENTATION.md][docs] file.












## :yum: How to contribute
Have an idea? Found a bug? See [how to contribute][contributing].
















## :dizzy: Where is this library used?
If you are using this library in one of your projects, add it in this list. :sparkles:

 - `bloggify-starter`











## :scroll: License

[MIT][license] © [Bloggify][website]






[license]: /LICENSE
[website]: https://bloggify.org
[contributing]: /CONTRIBUTING.md
[docs]: /DOCUMENTATION.md

---
_Source: https://npm.io/package/bloggify-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
