Khazl / cli-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cli boilerplate

Installation

// Clone the repository
git clone git@github.com:Khazl/cli-boilerplate.git

// Go into the root directory of the project
cd cli-boilerplate

// Install it globally
npm install -g .

Usage

Run this CLI tool by this command:

cli-boilerplate-generate

You can change this command in the package.json:

  ...
  "bin": {
    "cli-boilerplate-generate": "./bin/global.js"
  },
  ...

Development

You will find the needed logic in:

  • /bin - Imports the application logic and executes it.
  • /lib - Contains the application logic.

Recommendations

Use this libs, if needed:

About


Languages

Language:JavaScript 100.0%