Giter VIP home page Giter VIP logo

$ bloggify

Version Downloads

We make publishing easy.

☁️ Installation

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

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

πŸ“‹ 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):

// 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}`)
})

❓ Get Help

There are few ways to get help:

  1. Please post questions on Stack Overflow. 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. πŸ›

πŸ“ Documentation

For full API reference, see the DOCUMENTATION.md file.

πŸ˜‹ How to contribute

Have an idea? Found a bug? See how to contribute.

πŸ’« Where is this library used?

If you are using this library in one of your projects, add it in this list. ✨

  • bloggify-starter

πŸ“œ License

MIT Β© Bloggify

Bloggify's Projects

actions-client icon actions-client

βš™οΈ A client for the Bloggify API functions (actions).

bloggify-actions icon bloggify-actions

↕️ High-level module for building the actions functionality. Core module.

bloggify-api icon bloggify-api

REST API for accessing Bloggify resources (pages, articles etc).

bloggify-tools icon bloggify-tools

:rocket: Interactive command line tool to help you win at Bloggify.

brokerbin icon brokerbin

βš™οΈ BrokerBin API wrapper for Node.js.

colors icon colors

πŸ–Œ Copyβ€”Paste colors from nice palettes. { No ads, no tracking! }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.