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
- Host: GitHub
- URL: https://github.com/isuke01/dk-cli
- Owner: isuke01
- Created: 2023-02-12T20:27:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T10:57:28.000Z (over 3 years ago)
- Last Synced: 2024-04-24T10:00:58.349Z (about 2 years ago)
- Language: JavaScript
- Size: 3.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
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`