This project is a code tools. Used to quickly create technical tool code based on MyBATIS.
Install node_modules:
npm installor
yarnScripts provided in package.json. It's safe to modify or add additional script:
npm startnpm run buildnpm run lintYou can also use script to auto fix some lint error:
npm run lint:fixnpm test