a command-line-interface application that manage your project using your loved framework with the power of Typescript
- NESS (NodeJS + Express + Sequelize + Swagger)
- React (Comming soon)
- React Native (Comming soon)
- Vue (Comming soon)
- Angular (Comming soon)
- Using
npm
from npm registry:
npm i -g lombokts-cli
lts ness init <appName>
this will create new folder called <appName>
in your current directory. make sure to change the <appName>
to your real project name and there's no existing folder with the same name as your project name.
comming soon