errorfiathck / CLI-script

a simple CLI script using javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI-script

NPM Version node JavaScript Style Guide Patreon donate button

simple Cli script using javascript

what`s CLI

Command Line Input

CLI is a command line program that accepts text input to execute operating system functions.

In the 1960s, using only computer terminals, this was the only way to interact with computers.

In the 1970s an 1980s, command line input was commonly used by Unix systems and PC systems like MS-DOS and Apple DOS.

Today, with graphical user interfaces (GUI), most users never use command-line interfaces (CLI).

However, CLI is still used by software developers and system administrators to configure computers, install software, and access features that are not available in the graphical interface.

create-node-cli

📦 Create a Node.js CLI in a minute 🤯 Automatic argument parsing, help text, and welcome message 🗃️ History to maintain the last input data like the Author name, email, and URL 👨‍🏫 Awais taught and created this CLI project in his NodeCLI.com automation course

install

Recommended.

$ npx create-node-cli

OR an alternative global install.

$ npm install -g create-node-cli

Usage

1-Run the CLI using: $ npx create-node-cli

[!] OR for global install $ create-node-cli [!] OR alias for global install $ ncli

2-Then answer the following questions to generate a Node.js CLI:

$ CLI name?
$ CLI command?
$ CLI description?
$ CLI version?
$ CLI license?
$ CLI author name?
$ CLI author email?
$ CLI author URL?    

for mor information u can surf in your browsers and read some documents ...

About

a simple CLI script using javascript

License:MIT License


Languages

Language:JavaScript 100.0%