1.0.12 • Published 4 years ago

@naughty/cy-node v1.0.12

Weekly downloads
12
License
MIT
Repository
github
Last release
4 years ago

@naughty/cy-node

🚀一个快速启动 ESNext 运行时

如何使用?

安装

# 安装在项目中(推荐)
$ npm install -D @naughty/cy-node
# 安装在全局
$ npm install -g @naughty/cy-node

命令

$ cy-node xxx.js

$ cy-node --entry=./src/app.js

参数

  • entry: 可选 启动文件,默认为 ./src/index.js