@fernandobarrosd/terminal-txt-cli

0.0.2 • Public • Published

Terminal TXT (CLI)

A helper CLI that permits to run terminal command(s) from txt file.

How to use?

  • Open terminal and execute following command:

      $ terminal-txt <filename>
    

Examples

$ terminal-txt ./helloworld.txt
$ Hello World


If you need help, execute folowing command in terminal:

$ terminal-txt --help
$ Usage: terminal-txt [options] <string>

    A helper CLI that permits to run terminal command(s) from txt file.

    Arguments:
    string         Txt path file

    Options:
    -V, --version  output the version number
    -h, --help     display help for command
    ==================================================
        Created by fernandobarrosd

        Github: https://github.com/fernandobarrosd
    ===================================================

Package Sidebar

Install

npm i @fernandobarrosd/terminal-txt-cli

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

3.27 kB

Total Files

3

Last publish

Collaborators

  • fernandobarrosd