This package has been deprecated

Author message:

This package is no longer maintained

blog-builder

0.0.2 • Public • Published

Blog-Builder

A static blog builder made with NodeJS. Put HTML or Markdown articles in, get a static-HTML blog out; complete with tags, archives, pagination, sitemap, and RSS feed.

Installation

Add to your application via npm:

npm install blog-builder --save

This will install blog-builder and add it to your application's package.json file.

Usage

See the examples directory at the root of this project for examples of how to use blog-builder.

Contributing

There are a number of ways you can contribute:

  • Improve or correct the documentation - All the documentation is in this readme.md file. If you see a mistake, or think something should be clarified or expanded upon, please submit a pull request
  • Report a bug - Please review existing issues before submitting a new one; to avoid duplicates. If you can't find an issue that relates to the bug you've found, please create a new one.
  • Request a feature - Again, please review the existing issues before posting a feature request. If you can't find an existing one that covers your feature idea, please create a new one.
  • Fix a bug - Have a look at the existing issues for the project. If there's a bug in there that you'd like to tackle, please feel free to do so. I would ask that when fixing a bug, that you first create a failing test that proves the bug. Then to fix the bug, make the test pass. This should hopefully ensure that the bug never creeps into the project again. After you've done all that, you can submit a pull request with your changes.

Before you contribute code, please read through at least some of the source code for the project. I would appreciate it if any pull requests for source code changes follow the coding style of the rest of the project.

Now if you're still interested, you'll need to get your local environment configured.

Configure Local Environment

Step 1: Get the Code

First, you'll need to pull down the code from GitHub:

git clone git@github.com:chill117/blog-builder.git

Step 2: Install Dependencies

Second, you'll need to install the project dependencies as well as the dev dependencies. To do this, simply run the following from the directory you created in step 1:

npm install

Running Tests

With your local environment configured, running tests is as simple as:

npm test

Package Sidebar

Install

npm i blog-builder

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • chill1