lebo-cli 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # 🧱 lebo-cli
2
+ ![Npm 版本] https://img.shields.io/badge/lebo-cli_v0.0.1-green
3
+
4
+ ## 📖 简介
5
+ 公叞自劚化脚手架工具。
6
+
7
+ ## 🚀 安装
8
+ ```bash
9
+ npm install lebo-cli -g
package/bin/index.js ADDED
@@ -0,0 +1,4 @@
1
+ #! /usr/bin/env node
2
+
3
+ // 匕入打包后的䞻逻蟑文件假讟打包到了 dist/index.js
4
+ require('../dist/index.js');