notadd / magnus-starter

notadd magnus starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

notadd magnus starter


Languages

Language:TypeScript 93.4%Language:JavaScript 6.6%