Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roccomuso/pkgi
Node.js Interactive pkg
https://github.com/roccomuso/pkgi
cli inquirer interctive pkg pkgi questions zeit
Last synced: 27 days ago
JSON representation
Node.js Interactive pkg
- Host: GitHub
- URL: https://github.com/roccomuso/pkgi
- Owner: roccomuso
- Created: 2017-08-02T20:47:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-02T20:54:08.000Z (over 7 years ago)
- Last Synced: 2024-10-14T04:23:18.548Z (30 days ago)
- Topics: cli, inquirer, interctive, pkg, pkgi, questions, zeit
- Language: JavaScript
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pkgi
[![NPM Version](https://img.shields.io/npm/v/pkgi.svg)](https://www.npmjs.com/package/pkgi)
[![Dependency Status](https://david-dm.org/roccomuso/pkgi.png)](https://david-dm.org/roccomuso/pkgi)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)> Node interactive [pkg](https://github.com/zeit/pkg)
Interactive module for zeit pkg. To use as CLI too install [pkgi-cli](https://github.com/roccomuso/pkgi-cli).
## Install
$ npm install --save pkgi
## Usage
```javascript
var pkg = require('pkg')
var pkgi = require('pkgi')var prompt = pkgi(pkg)
prompt()
```## Enhancement
- [ ] pass `options` to set defult values for the questions
# Author
Rocco Musolino ([@roccomuso](https://twitter.com/roccomuso))
# License
MIT