Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyrelldixon/novela-cli
A CLI tool to make it easier to create blog posts for gatsby-theme-novela
https://github.com/kyrelldixon/novela-cli
cli gatsby gatsby-theme-novela inquirer oclif typescript
Last synced: about 1 month ago
JSON representation
A CLI tool to make it easier to create blog posts for gatsby-theme-novela
- Host: GitHub
- URL: https://github.com/kyrelldixon/novela-cli
- Owner: kyrelldixon
- Created: 2020-01-23T20:43:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T23:32:17.000Z (almost 3 years ago)
- Last Synced: 2024-12-20T23:53:08.686Z (about 1 month ago)
- Topics: cli, gatsby, gatsby-theme-novela, inquirer, oclif, typescript
- Language: TypeScript
- Homepage:
- Size: 3.64 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
novela-cli
======================Create local Novela post boilerplate
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/@kyrelldixon/novela-cli.svg)](https://npmjs.org/package/@kyrelldixon/novela-cli)[![License](https://img.shields.io/npm/l/@kyrelldixon/novela-cli.svg)](https://github.com/kyrelldixon/novela-cli/blob/master/package.json)
* [Usage](#usage)
* [Commands](#commands)# Usage
```sh-session
$ npm install -g @kyrelldixon/novela-cli
$ novela-cli COMMAND
running command...
$ novela-cli (-v|--version|version)
@kyrelldixon/novela-cli/0.0.3 darwin-x64 node-v12.2.0
$ novela-cli --help [COMMAND]
USAGE
$ novela-cli COMMAND
...
```# Commands
* [`novela-cli config`](#novela-cli-config)
* [`novela-cli create`](#novela-cli-create)
* [`novela-cli help [COMMAND]`](#novela-cli-help-command)## `novela-cli config`
update configuration for authors and posts
```
USAGE
$ novela-cli configOPTIONS
-a, --authors=authors authors directory path
-h, --help show CLI help
-p, --posts=posts post directory path
```_See code: [src/commands/config.ts](https://github.com/kyrelldixon/novela-cli/blob/v0.0.3/src/commands/config.ts)_
## `novela-cli create`
create a new post
```
USAGE
$ novela-cli createOPTIONS
-h, --help show CLI help
```_See code: [src/commands/create.ts](https://github.com/kyrelldixon/novela-cli/blob/v0.0.3/src/commands/create.ts)_
## `novela-cli help [COMMAND]`
display help for novela-cli
```
USAGE
$ novela-cli 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/v2.2.3/src/commands/help.ts)_