Skip to content

VineeTagarwaL-code/v3cn-npx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v3cn

v3cn is a command-line utility built with Node.js and TypeScript for quick and efficient interactions, providing a seamless experience through the terminal.

Features

  • Easy-to-use CLI: User-friendly command-line interface.
  • Built with TypeScript: Ensures type safety and improved development experience.
  • Useful Dependencies:
    • axios: For making HTTP requests.
    • colors: For adding colored output to the terminal.
    • commander: For command-line argument parsing.
    • nanospinner: For creating animated spinners in the terminal.
    • terminal-link: For creating clickable links in the terminal.

Installation

Install the package globally using npm:

npx v3cn

Usage

Run the command:

v3cn [options]

Available Commands

  • --help: Displays help information about the CLI.
  • --version: Shows the current version of the CLI.

Development

  1. Clone the repository:

    git clone https://github.com/VineeTagarwaL-code/v3cn-npx.git
    cd v3cn-npx
  2. Install dependencies:

    npm install
  3. Build the project:

    npm run build
  4. Start the development server:

    npm run dev

Project Structure

v3cn-npx/
│   index.ts          # Entry point of the application
│   README.md         # Documentation
│   package.json      # Package configuration
│
├───src/              # Source files
└───dist/             # Compiled output

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

Issues

If you encounter any issues or bugs, please report them here.

License

This project is licensed under the ISC License. See the LICENSE file for more details.

Author

Vineet Agarwal
GitHub

Releases

No releases published

Packages

No packages published