An open API service indexing awesome lists of open source software.

https://github.com/isuke01/dk-cli

DK CLI Project base
https://github.com/isuke01/dk-cli

Last synced: 8 months ago
JSON representation

DK CLI Project base

Awesome Lists containing this project

README

          

# Project base CLI

For now this works only for MAC OS.
This project is ment to use in project directory, if not used, will fail terribly, horribly and unexpectabablablabl ... ***so bad**, I can't even spell it!

***NOTE: Script may require sudo, e.g to read local files or make new files.***
***NOTE: Don't run the script with sudo unless you sure.***

### Install/Update:
Installation `inquirer-press-to-continue` may require force.
```bash
$ npm install -g pbdk-cli
```

Uninstall:

```bash
$ npm uninstall -g pbdk-cli
```

Usage

```bash
$ pbdk-cli # To run CLI menu

$ pbdk-cli -h # To help
$ pbdk-cli -v # To show version
```

## Development:

Clone repo, look into `packade.json`

#### NPMJS publish
Remember to update version in the packade.json
and run `npm publish`