1.1.4 • Published 2 years ago

mindless-copilot-cli v1.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

命令

本地测试(开发过程)

// 后端代码生成
npx ts-node -r tsconfig-paths/register ./src/index.ts generate -t backend --dir ../energy-hx-backend

// 前端代码生成
npx ts-node -r tsconfig-paths/register ./src/index.ts generate -t frontend --dir ./examples/react

项目开发过程

依赖介绍

  • ts-node: for running TypeScript code directly without having to wait for it be compiled;
  • nodemon: to watch for changes to our code and automatically restart when a file is changed;
1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago