0.0.7 • Published 7 years ago

akai v0.0.7

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Badges

NPM version NPM downloads codecov CircleCI codecov

Install

Install akai:

# Either globally
yarn global add akai
# Or locally (preferred)
yarn add akai --dev

or, If you use npm:

npm i akai -g
npm i akai --save-dev

Usage

Runtime:

const akai = require('akai').runtime

const myReadme = new akai.README({
  username: 'egoist',
  name: 'cac'
})

myReadme.text // => Your README

FAQ

Who is using akai?

  • akai - akai itself.
  • Feel free to submit yours via pull request :D

Author

akai © ULIVZ, Released under the MIT License. Authored and maintained by ULIVZ with help from contributors (list).

v2js.com · GitHub @ULIVZ