patriksh / devmod-apple

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

devmod-apple

prerequisites

  • node.js 12+

installation

git clone https://github.com/devcord/devmod-apple
cd devmod-apple
npm install

scripts

npm run start # run bot in production mode
npm run dev # run bot in development mode using ts-node
npm run dev-nodemon # run bot in development mode using tsc and nodemon
npm run lint # lint and fix

About


Languages

Language:TypeScript 95.0%Language:JavaScript 5.0%