Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vtex/readme-docs-cli
readme.com CLI toolkit
https://github.com/vtex/readme-docs-cli
Last synced: about 1 month ago
JSON representation
readme.com CLI toolkit
- Host: GitHub
- URL: https://github.com/vtex/readme-docs-cli
- Owner: vtex
- Created: 2020-06-02T18:06:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T22:23:05.000Z (over 1 year ago)
- Last Synced: 2024-10-28T17:25:38.515Z (2 months ago)
- Language: TypeScript
- Size: 563 KB
- Stars: 1
- Watchers: 99
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
readme-docs-cli
===============Readme.com CLI
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/readme-docs-cli.svg)](https://npmjs.org/package/readme-docs-cli)
[![Downloads/week](https://img.shields.io/npm/dw/readme-docs-cli.svg)](https://npmjs.org/package/readme-docs-cli)
[![License](https://img.shields.io/npm/l/readme-docs-cli.svg)](https://github.com/gris/readme-docs-cli/blob/master/package.json)* [Usage](#usage)
* [Commands](#commands)# Usage
```sh-session
$ npm install -g readme-docs-cli
$ readme COMMAND
running command...
$ readme (-v|--version|version)
readme-docs-cli/0.4.2 darwin-x64 node-v12.14.0
$ readme --help [COMMAND]
USAGE
$ readme COMMAND
...
```# Commands
* [`readme bulk-category-change CSVFILEPATH`](#readme-bulk-category-change-csvfilepath)
* [`readme change-category DOCSLUG NEWCATEGORYSLUG`](#readme-change-category-docslug-newcategoryslug)
* [`readme help [COMMAND]`](#readme-help-command)## `readme bulk-category-change CSVFILEPATH`
Change category of docs in bulk by reading a CSV file
```
USAGE
$ readme bulk-category-change CSVFILEPATHOPTIONS
-h, --help show CLI helpEXAMPLE
$ readme bulk-category-change example.csv
```_See code: [src/commands/bulk-category-change.ts](https://github.com/vtex/readme-docs-cli/blob/v0.4.2/src/commands/bulk-category-change.ts)_
## `readme change-category DOCSLUG NEWCATEGORYSLUG`
Change category of a documentation
```
USAGE
$ readme change-category DOCSLUG NEWCATEGORYSLUGOPTIONS
-h, --help show CLI helpEXAMPLE
$ readme change-category "vtex_io-documentation_customizing-your-stores-typography" "Style Recipes"
```_See code: [src/commands/change-category.ts](https://github.com/vtex/readme-docs-cli/blob/v0.4.2/src/commands/change-category.ts)_
## `readme help [COMMAND]`
display help for readme
```
USAGE
$ readme help [COMMAND]ARGUMENTS
COMMAND command to show help forOPTIONS
--all see all commands in CLI
```_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.0.1/src/commands/help.ts)_