元项目
项目插件
用法
Usage: meta project []
Commands:
create create and initialize a new child repository
import import an existing child repository via git clone
migrate migrate from a monorepo to a metarepo
help display
诺多斯
适用于人类的Node.js框架
要求
Nodejs> = 12
安装
npm i -g nodosjs/cli
nodos new MyBlog
cd MyBlog
npm install
nodos server # see http://localhost:3000/
# commands: nodos --help
发展
我们使用
# Setup
git clone
cd nodos
make setup
make test
# test single package
n