Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 848 Bytes

README.md

File metadata and controls

66 lines (47 loc) · 848 Bytes

Ganker

包名 描述 状态
utils 工具包 整理中

开始

npm install -g @notadd/magnus
git clone https://github.com/notadd/magnus-starter.git demo
cd demo
yarn
yarn start

cli

创建名为libnamelib,存放在libs目录下

ng g lib libname

创建名为appname的子系统,放在apps目录下

ng g @nrwl/node:application demo

创建 nest 项目

ng g @nrwl/nest:application demo

test

提交代码

yarn commit
yarn push origin 分支名
下班之前
yarn commit
git push

上班之前
git pull

安装 magnus

npm install -g @notadd/magnus

启动 magnsu

cd apps/basic
magnus