An open API service indexing awesome lists of open source software.

https://github.com/bloggify/bloggify

📝 We make publishing easy.
https://github.com/bloggify/bloggify

bloggify framework hacktoberfest nodejs publishing

Last synced: 2 months ago
JSON representation

📝 We make publishing easy.

Awesome Lists containing this project

README

          

# `$ bloggify`

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

> 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

# Using yarn
yarn global add bloggify
```

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

```
$ bloggify --help
Usage: bloggify [options]

We make publishing easy.

Commands:
start Starts the Bloggify process.
dev-start Starts the Bloggify process in development mode.
script Execute a specific script in the context of your
Bloggify app.
bundle Bundles the application assets for production.

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

Examples:
$ bloggify start

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

## :memo: Documentation

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

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