dotnetcorereactadmintool

模板代码生成工具 .NetCore + React-Admin

Usage no npm install needed!

<script type="module">
  import dotnetcorereactadmintool from 'https://cdn.skypack.dev/dotnetcorereactadmintool';
</script>

README

DotNetCoreReactAdminTool (模板代码生成工具 .NetCore + React-Admin)

安装或升级

该工具是Nodejs命令行工具,安装方式如下(需全局安装)

npm install -g dotnetcorereactadmintool

查看版本

netcoretmt --version

查看帮助

netcoretmt --help

卸载

npm uninstall -g dotnetcorereactadmintool

怎样配置数据库链接信息

  • 添加数据库链接信息
netcoretmt adddb
  • 移除数据库链接信息
netcoretmt removedb -i <index>
  • 清除所有数据库链接信息
netcoretmt cleardb

怎样使用

  • 查看和生成模板代码
netcoretmt

本地调试

npm link

参考

https://github.com/mihael-stormrage/fs-dialog/blob/master/exec.js