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
- Host: GitHub
- URL: https://github.com/ozum/devkeeper-plugin-vuepress
- Owner: ozum
- Created: 2020-06-20T17:51:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T03:05:17.000Z (over 2 years ago)
- Last Synced: 2025-02-09T18:24:44.588Z (3 months ago)
- Language: TypeScript
- Size: 3.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
devkeeper-plugin-vuepress
=========================VuePress plugin for devkeeper
[](https://oclif.io)
[](https://npmjs.org/package/devkeeper-plugin-vuepress)
[](https://npmjs.org/package/devkeeper-plugin-vuepress)
[](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 printEXAMPLE
$ 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)_