bloggify
v4.0.5
Published
We make publishing easy.
Downloads
642
Readme
$ bloggify
We make publishing easy.
:cloud: Installation
You can install the package globally and use it as command line tool:
# Using npm
npm install --global bloggify
# Using yarn
yarn global add bloggifyThen, 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.
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 file.
:question: Get Help
There are few ways to get help:
- Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.
- For bug reports and feature requests, open issues. :bug:
:yum: How to contribute
Have an idea? Found a bug? See how to contribute.
