Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bukinoshita/now-docs
[WIP] Deploy docs with a single command using Now
https://github.com/bukinoshita/now-docs
deploy docs documentation nextjs now zeit
Last synced: 12 days ago
JSON representation
[WIP] Deploy docs with a single command using Now
- Host: GitHub
- URL: https://github.com/bukinoshita/now-docs
- Owner: bukinoshita
- License: mit
- Created: 2017-11-24T08:29:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T22:51:23.000Z (about 3 years ago)
- Last Synced: 2024-10-10T16:07:43.079Z (29 days ago)
- Topics: deploy, docs, documentation, nextjs, now, zeit
- Language: JavaScript
- Homepage: https://now-docs.now.sh
- Size: 522 KB
- Stars: 44
- Watchers: 3
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
Deploy docs with a single command using [now](https://github.com/zeit/now-cli).
[![Build Status](https://travis-ci.org/bukinoshita/now-docs.svg?branch=master)](https://travis-ci.org/bukinoshita/now-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 now-docs
```## Usage
```bash
$ now-docs --helpUsage:
$ docs Deploy `now-docs`Options:
-h, --help Show help options
-v, --version Show version
```## Related
* [zeit/now](https://github.com/zeit/now-cli) — Universal serverless
single-command deployment
* [now-domains](https://github.com/bukinoshita/now-domains) — Check
now domains availability and pricing
* [now-domains-status](https://github.com/bukinoshita/now-domains-status)
— Check now domains availability
* [now-domains-price](https://github.com/bukinoshita/now-domains-price)
— Check now domains price
* [netlify-docs](https://github.com/bukinoshita/netlify-docs) — Deploy docs with a single command using Netlify## Comparing `now-docs` with `netlify-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)