0.0.3 • Published 6 years ago

chiwawa v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Chiwawa

Turn blog posts into tweets

Getting Started

Prerequisites

Tested on Node v9 with npm 5.

Installing

Installing chiwawa globally will install the chiwawa command:

# Using npm
npm install -g chiwawa
# Using Yarn
yarn global add chiwawa

Run using:

chiwawa [path-of-markdown-files]

chiwawa can also be run using npx:

npx chiwawa

Built With

  • Cheerio - Fast, flexible & lean implementation of core jQuery designed specifically for the server.
  • esm - To write ES modules without transpilation
  • globby - User-friendly glob matching
  • Inquirer - A collection of common interactive command line user interfaces.
  • puppeteer - Headless Chrome Node API
  • query-string - Parse and stringify URL query strings
  • Turndown - Convert HTML into Markdown with JavaScript.
  • np - A better npm publish

  • Carbon - Create and share beautiful images of your source code.

Versioning

We use SemVer for versioning.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments