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

https://github.com/ozum/devkeeper-plugin-vuepress

VuePress plugin for devkeeper
https://github.com/ozum/devkeeper-plugin-vuepress

Last synced: about 2 months ago
JSON representation

VuePress plugin for devkeeper

Awesome Lists containing this project

README

        

devkeeper-plugin-vuepress
=========================

VuePress plugin for devkeeper

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/devkeeper-plugin-vuepress.svg)](https://npmjs.org/package/devkeeper-plugin-vuepress)
[![Downloads/week](https://img.shields.io/npm/dw/devkeeper-plugin-vuepress.svg)](https://npmjs.org/package/devkeeper-plugin-vuepress)
[![License](https://img.shields.io/npm/l/devkeeper-plugin-vuepress.svg)](https://github.com/ozum/devkeeper-plugin-vuepress/blob/master/package.json)

* [Usage](#usage)
* [Commands](#commands)

# Usage

```sh-session
$ npm install -g devkeeper-plugin-vuepress
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
devkeeper-plugin-vuepress/1.0.0 darwin-x64 node-v14.1.0
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
```

# Commands

* [`oclif-example hello [FILE]`](#oclif-example-hello-file)

## `oclif-example hello [FILE]`

describe the command here

```
USAGE
$ oclif-example hello [FILE]

OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print

EXAMPLE
$ oclif-example hello
hello world from ./src/hello.ts!
```

_See code: [src/commands/hello.ts](https://github.com/ozum/devkeeper-plugin-vuepress/blob/v1.0.0/src/commands/hello.ts)_