UNPKG

bloggify-cli

Version:
52 lines (33 loc) 2.28 kB
## 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. ## What it is **Bloggify** is a web application development platform for creating websites and web applications built with Node.js. It is designed to make programming web applications easier by making assumptions about what every developer needs to get started and it allows you to write less code. The Bloggify apps are like puzzles everything being modular. That makes code snippets and functionalities reusable across the applications. ## Features - _Simplicity_ It is easy to start a Node.js application. - _RESTful APIs_ You can build RESTful API endpoints very easily. Using them, other developers can create third-pary applications to access your app resources. - _Reusable templates_ You can build reusable layout pieces of code to be used for multiple apps. For instance, you can change the way how a blog app looks like, just by switching the template. - _Plugin System_ The plugin system makes Bloggify very extensible allowing you to add more custom features and change the core functionality. - _Resource Bundling_ Optimizes your app resources for production, making your website very fast. - _Open Source_ The Bloggify core and its plugins are open-source. ## Quickstart See the [Quickstart](quickstart.md) guide for more details. These guides are designed to make you immediately productive with Bloggify, and to help you understand how all of the pieces fit together. After reading this guide, you will know: - How to install Bloggify, create a new Bloggify application, and connect your application to a database. - The general layout of a Bloggify application. - The basic principles of MVC (Model, View, Controller) and RESTful design. - How to quickly generate the starting pieces of a Bloggify application. ## Examples Check out the [**BloggifyTutorials**](https://github.com/BloggifyTutorials) to see Bloggify in use. ## Community The [**Bloggify**](https://github.com/Bloggify) GitHub organization hosts the source code and that is where people contribute.