Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bukinoshita/netlify-docs

Deploy docs with a single command using Netlify
https://github.com/bukinoshita/netlify-docs

docs documentation netlify

Last synced: 3 months ago
JSON representation

Deploy docs with a single command using Netlify

Awesome Lists containing this project

README

        

Deploy docs with a single command using [Netlify](netlify.com).

[![Build Status](https://travis-ci.org/bukinoshita/netlify-docs.svg?branch=master)](https://travis-ci.org/bukinoshita/netlify-docs)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

## Install

```bash
$ npm install -g netlify-docs
```

## Usage

```bash
$ netlify-docs --help

Usage:
$ netlify-docs Deploy `netlify-docs`

Options:
-h, --help Show help options
-v, --version Show version
```

_Make sure you have [netlify-cli](https://github.com/netlify/netlify-cli)
installed._

## Related

* [now-docs](https://github.com/bukinoshita/now-docs) —
Deploy docs with a single command using now

## Comparing `netlify-docs` with `now-docs`

Check comparison [here](https://latency.apex.sh/?url=https%3A%2F%2Fnow-docs.now.sh%2F&compare=http%3A%2F%2Fnetlify-docs.netlify.com%2F).

## License

MIT © [Bu Kinoshita](https://bukinoshita.io)