1.0.3 • Published 1 year ago

@lianxin/cli v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@lianxin/cli

A simple CLI for nodejs projects.

Installation

Prerequisites: Node.js (>=12), and Git.

$ sudo npm install -g @lianxin/cli

Usage

Please use it in Linux or Mac.

$ lx-init  my-project
$ cd  my-project
$ npm install
$ npm run start