Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bukinoshita/netlify-docs
- Owner: bukinoshita
- License: mit
- Created: 2017-12-05T21:04:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:21:28.000Z (about 2 years ago)
- Last Synced: 2024-05-02T00:03:01.205Z (9 months ago)
- Topics: docs, documentation, netlify
- Language: JavaScript
- Homepage: https://netlify-docs.netlify.com
- Size: 5.04 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: readme.md
- License: license
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 --helpUsage:
$ 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)