1.0.3 • Published 9 months ago
@k5hr2s/vanilla-js-cli v1.0.3
Vanilla JS CLI
Vanilla JS CLI is a tool for to create a vanilla JS project with a simple command. It will create a folder with the project name and add the necessary files to get started. Inspired from Building a CLI
Installation
npm install -g vanilla-js-cli
Usage
To start using Vanilla JS CLI, run:
vanilla-js
Dependencies
- commander: The complete solution for node.js command-line interfaces.
- chalk: Terminal string styling done right.
- figlet: Creates ASCII Art from text.
- inquirer: A collection of common interactive command line user interfaces.
- Ora: Elegant terminal spinner.
File Structure
my-node-cli/
├─ bin/
│ └─ index.js
├─ src/
│ ├─ commands/
│ ├─ utils/
│ └─ lib/
├─ package.json
└─ README.md
Commands
vanilla-js - name YourName
: Greets you by your name.
License
MIT