1.0.3 • Published 9 months ago

@k5hr2s/vanilla-js-cli v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

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

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago