@w3f/msig-util

1.1.0 • Public • Published

TypeScript NodeJS Boilerplate

This repository is a "ready-to-hack" TypeScript boilerplate project that is set up with common tools that I find useful when creating applications with NodeJS.

Includes

  • AVA for testing.
  • Commander for CLI parsing.
  • Eslint for code consistency.
  • Prettier for code formatting.
  • Winston for logging.

How to use

$ git clone git@github.com:lsaether/ts-boilerplate.git
$ mv ts-boilerplate my-project
$ cd my-project ; yarn

Readme

Keywords

none

Package Sidebar

Install

npm i @w3f/msig-util

Weekly Downloads

0

Version

1.1.0

License

GPL-3.0

Unpacked Size

18.3 kB

Total Files

24

Last publish

Collaborators

  • webops.w3f
  • w3f-devops