instant-cli-resume
v1.0.0
Published
Get a CLI résumé from an JSON file
Downloads
2
Readme
instant-cli-resume
Get a CLI résumé from an JSON file
Table of Contents
Install
This project uses node and npm.
$ npm install instant-cli-resume
$ # OR
$ yarn add instant-cli-resume
Usage
const instantResume = require('instant-cli-resume')
instantResume('./example.json', {greeting: `Hi, I'm Tiaan`})
Contribute
- Fork it and create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am "Add some feature"
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
License
MIT