opaline:适用于CLI工具的NextJS 源码
Opaline – CLI工具框架 Opaline -CLI工具框架和编译器。 它从 (和类似项目)中汲取了灵感,并提供了一种基于约定的快速创建CLI工具的方法。 它在./commands文件夹中./commands文件,并将它们视为CLI的命令: commands └── build.ts # Means it can be run as following: λ cli build 命令文件必须导出一个函数(也可以是异步函数): export default function myCommand ( ) { } // or module . exports = async func
文件列表
opaline:适用于CLI工具的NextJS
(预估有个128文件)
index.js
4KB
console.js
2KB
index.js
4KB
.gitkeep
0B
.gitkeep
0B
compiler-bbcd8604.js
12KB
messages-885f5fb4.js
6KB
create.js
6KB
cli.js
2KB
print.js
1KB
暂无评论