1.0.1 • Published 1 year ago

fuggit v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Purpose

The purpose of this command line chat utility is to assist users in generating CLI (Command Line Interface) commands by providing suggestions and guidance through an interactive chat interface. The tool aims to simplify the process of coming up with complex CLI commands, especially for users who may not have extensive experience with using command line interfaces.

Usage

❯ node dist/packages/fuggit/src/index
? Whatcha trying to do? I need my terminal langauge
✔ Requesting help from our overlords
? Here's what we got:
echo $LANG

Want to try it? No
? Want to try generating another command? Yes
? Any more details to add? I meany my terminal colors for some reason
✔ Requesting help from our overlords
? Here's what we got:
echo -e "\033[0;31m RED \033[0m"

Want to try it? Copy to Clipboard

Developing

Running unit tests

Run nx test fuggit to execute the unit tests via Jest.

Running lint

Run nx lint fuggit to execute the lint via ESLint.

0.1.0-beta.3

1 year ago

1.0.1

1 year ago

0.1.0-beta.2

1 year ago

1.0.0

1 year ago

0.1.0-beta.5

1 year ago

0.1.0-beta.4

1 year ago

0.1.0-beta.1

1 year ago

0.1.0-beta.0

1 year ago

0.0.2

1 year ago

0.1.0-beta.7

1 year ago

0.1.0-beta.9

1 year ago

0.1.0-beta.8

1 year ago

0.1.1

1 year ago