# bloggify-actions

> High-level module for building the actions functionality. Core module.

Latest version **2.0.4** (published 2026-08-20) · MIT license · 0 weekly downloads

## Install

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

## Health

**Score 55/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

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

## Facts

| | |
|---|---|
| Version | 2.0.4 |
| Published | 2026-08-20 |
| First published | 2017-08-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 6.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Bloggify |
| Maintainers | ionicabizau |
| Keywords | bloggify, actions, high, level, module, for, building, the, functionality, core |

## Links

- npm: https://www.npmjs.com/package/bloggify-actions
- Repository: https://github.com/Bloggify/bloggify-actions
- Homepage: https://github.com/Bloggify/bloggify-actions#readme
- Issues: https://github.com/Bloggify/bloggify-actions/issues
- npm.io page: https://npm.io/package/bloggify-actions

## Dependencies (1)

- [import-dir-dynamic](https://npm.io/package/import-dir-dynamic.md) ^1.1.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 2.0.4 (latest) — 2026-08-20
- 2.0.2 — 2026-04-09
- 2.0.1 — 2026-04-09
- 2.0.0 — 2026-04-02
- 1.3.0 — 2025-04-02
- 1.2.1 — 2020-08-09
- 1.2.0 — 2020-07-06
- 1.1.0 — 2017-12-04
- 1.0.4 — 2017-10-26
- 1.0.3 — 2017-10-26
- 1.0.2 — 2017-10-26
- 1.0.1 — 2017-09-01
- 1.0.0 — 2017-08-29

## README

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


















# bloggify-actions

 [![Version](https://img.shields.io/npm/v/bloggify-actions.svg)](https://www.npmjs.com/package/bloggify-actions) [![Downloads](https://img.shields.io/npm/dt/bloggify-actions.svg)](https://www.npmjs.com/package/bloggify-actions)







> High-level module for building the actions functionality. Core module.

















## :cloud: Installation

```sh
# Using npm
npm install --save bloggify-actions

# Using yarn
yarn add bloggify-actions
```






















## :memo: Documentation


### `bloggifyActions()`
High-level module for building the actions functionality. Core module.

The actions are located, by default, in the `app/actions` directory:

```
// users.js
exports.list = ctx => Bloggify.services.users.getAll()
exports.update = ctx => Bloggify.services.users.update(ctx.data)
exports.insert = ctx => Bloggify.services.users.insert(ctx.data)
exports.remove = ctx => Bloggify.services.users.remove(ctx.data)
```

The actions' handlers should return promises.









## :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:














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
























## :scroll: License

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






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

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