Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/discountry/jekyll-blog-cli
jekyll-blog-cli
https://github.com/discountry/jekyll-blog-cli
cli-app ink jekyll nodejs react
Last synced: 7 days ago
JSON representation
jekyll-blog-cli
- Host: GitHub
- URL: https://github.com/discountry/jekyll-blog-cli
- Owner: discountry
- License: mit
- Created: 2017-12-20T19:07:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-22T03:06:56.000Z (11 months ago)
- Last Synced: 2024-12-17T08:41:35.690Z (30 days ago)
- Topics: cli-app, ink, jekyll, nodejs, react
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# jekyll-blog-cli [![Build Status](https://travis-ci.org/discountry/jekyll-blog-cli.svg?branch=master)](https://travis-ci.org/discountry/jekyll-blog-cli) [![npm version](https://badge.fury.io/js/jekyll-blog-cli.svg)](https://badge.fury.io/js/jekyll-blog-cli)
> Generate jekyll post from command line.
## Install
```
$ npm install --global jekyll-blog-cli
```## Usage
```js
$ jekyll-blog-cli // Then follow the command line interactions.$ jekyll-blog-cli --open // This will open the file automatically after created.
```## Screenshot
![screenshot](screenshot.png)
## License
MIT © [discountry](http://discountry.github.io)