0.1.0 • Published 5 years ago

@enginite/libstarter-ts v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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