1.0.0 • Published 5 years ago

@goodchefs/djs-embed-creator v1.0.0

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

Typescript Starter

cci-badge

banner

Starter Node.js project that includes Typescript tooling I end up installing for most of my Node.js repos.

Installation

  1. git clone https://github.com/xetera/typescript-starter
  2. cd typescript-starter
  3. npm install
  4. cp .env.example .env

Included tooling

  • Prettier
  • Eslint
  • Jest
  • Fast Check
  • TS Node
  • Docker
  • Circle CI

Dependencies

  • Dotenv
  • Winston

Why no yarn

I don't think Yarn is relevant in 2019 anymore. I personally believe that the JS community is divided enough in its tooling already and we don't need even more fragmentation. Stick with npm.

Why no semicolons

Idk I think no semi looks nicer.

Why no gulp/grunt

It's 2019