@enginite/libstarter-ts
v0.1.0
Published
Create Node Library in Typescript
Downloads
2
Maintainers
Readme
libstarter-ts
A Node Module starter boilerplate based on Enginite.
Installation
$ npx @enginite/create-app my-node-module @enginite/libstarter-ts
$ cd my-node-module
Scripts
# To Run Devserver with watch
yarn dev
# To Build Node Module
yarn build
Preconfigured with
- Eslint
- Prettier
- Babel
- Webpack
- Typescript