0.0.15 • Published 4 years ago

node-lib-cli v0.0.15

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

node-lib-cli

npm包开发脚手架,内置eslint,rollup,jest等相关组件,支持快速创建,开发,发布npm包

功能细节

  • 支持eslint代码格式化
  • 支持热更新调试代码
  • 支持快速创建单元测试

安装指南

npm install -g node-lib-cli

脚手架指令

node-lib init projectName   # 创建项目
cd projectName & npm install # 安装依赖包

项目脚本指令

dev: 在浏览器端进行开发调试
dev-node:在node端使用nodemon进行开发调试
build:构建输出文件,输出esm,cjs,umd三种格式的文件
deploy:发布新版本
0.0.14

4 years ago

0.0.15

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago