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

https://github.com/cjpatoilo/dumont

Deployment to GitHub Pages. Zero-configuration!
https://github.com/cjpatoilo/dumont

Last synced: over 1 year ago
JSON representation

Deployment to GitHub Pages. Zero-configuration!

Awesome Lists containing this project

README

          

Dumont - Deployment to GitHub Pages.

> Deployment to GitHub Pages.

[![Travis Status](https://travis-ci.org/cjpatoilo/dumont.svg?branch=master)](https://travis-ci.org/cjpatoilo/dumont?branch=master)
[![AppVeyor Status](https://ci.appveyor.com/api/projects/status/h89jv705c7nyl669?svg=true)](https://ci.appveyor.com/project/cjpatoilo/dumont)
[![Codacy Status](https://img.shields.io/codacy/grade/3a3a6c067e2c43f28444e4130cb3510d/master.svg)](https://www.codacy.com/app/cjpatoilo/dumont/dashboard)
[![Dependencies Status](https://david-dm.org/cjpatoilo/dumont/status.svg)](https://david-dm.org/cjpatoilo/dumont)
[![Version Status](https://badge.fury.io/js/dumont.svg)](https://www.npmjs.com/package/dumont)
[![Download Status](https://img.shields.io/npm/dt/dumont.svg)](https://www.npmjs.com/package/dumont)
[![Gitter Chat](https://img.shields.io/badge/gitter-join_the_chat-4cc61e.svg)](https://gitter.im/cjpatoilo/dumont)

## Why it's awesome

Dumont provides an automated setup for a faster and secure deployment to GitHub Pages. Hope you enjoy!

## Getting Started

**Install with npm**

```sh
$ npm i -g dumont
```

**Install with Yarn**

```sh
$ yarn global add dumont
```

**Run with npx (without installing)**

```sh
$ npx dumont
```

Note: Install as a `global` tool or as `devDependencies`.

## Usage

```
$ dumont --help

Usage:

dumont []

Options:

-h, --help Display help information about Dumont
-v, --version Output Bower version

Examples:

dumont dist

```

## Contributing

Want to contribute? Follow these [recommendations](https://github.com/cjpatoilo/dumont#contributing).

## License

Designed with ♥ by [CJ Patoilo](https://twitter.com/cjpatoilo). Licensed under the [MIT License](https://github.com/cjpatoilo/dumont#license).