ch1c0t / makecli

A CLI to make CLIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

makecli is a CLI to make CLIs(with Node.js and CoffeeScript). You can install it globally with

npm install @ch1c0t/makecli -g

Then, if you run makecli new NAME, it will create a directory named NAME and replicate itself in this directory under the name NAME. You can use this replication as a base for your application.

About

A CLI to make CLIs

License:BSD Zero Clause License


Languages

Language:CoffeeScript 92.3%Language:JavaScript 7.7%