v3cn is a command-line utility built with Node.js and TypeScript for quick and efficient interactions, providing a seamless experience through the terminal.
- 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.
Install the package globally using npm:
npx v3cn
Run the command:
v3cn [options]
- --help: Displays help information about the CLI.
- --version: Shows the current version of the CLI.
-
Clone the repository:
git clone https://github.com/VineeTagarwaL-code/v3cn-npx.git cd v3cn-npx
-
Install dependencies:
npm install
-
Build the project:
npm run build
-
Start the development server:
npm run dev
v3cn-npx/
│ index.ts # Entry point of the application
│ README.md # Documentation
│ package.json # Package configuration
│
├───src/ # Source files
└───dist/ # Compiled output
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
If you encounter any issues or bugs, please report them here.
This project is licensed under the ISC License. See the LICENSE file for more details.
Vineet Agarwal
GitHub