1.0.8 • Published 4 years ago

ts-model-validator v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

create-ts-project

npm version downloads count

:hammer: Create simple project with TypeScript support

Usage

npm create ts-project <name>

# or

npx create-ts-project <name>

Development

npm install
npm start       # compile src/index.ts to dist/index.js and execute *.js file [node]
npm run dev     # execute src/index.ts [ts-node]

🤝 Contributing

Contributions, issues and feature requests are welcome! Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

Related

License

The MIT License @ 2019

npm config set registry http://registry.npmjs.org/ npm config set registry https://registry.npm.taobao.org