Giter Site home page Giter Site logo

sokit's Introduction

Typescript Node Boilerplate

Commitizen friendly

What

This is a template repo that will get you writing a TypeScript Node application in not time. Click here to create a new repo with this template.

How

Use this template by clicking here and cloning your new repository

Testing

npm test

Testing has been set up using jest and ts-jest. Run tests with npm test. Coverage is turned on and thresholds set to 80%. Test files must be named <name>.test.ts and placed in the test in the root of the project.

Building

npm run build

This will clean the build directory and recompile the TypeScript code into the build directory.

Git Hooks

Pre-Commit

Prettier

Prettier is ran against all .ts, .js, .md, .json, and .yaml files with the --write flag, so files will be corrected and re-staged.

Tests

All tests are ran before the commit is initialized.

Pre-Commit Message

This project is set up with commitizen. To commit changes, stage your changes with git add. Then initialize the commit with git commit and you will be prompted with the commitizen Conventional Changelog commit message options. Complete the prompts given by commitizen, review your message in the default git commit message composer, and finally save. (Don't for get to push)

CI/CD

Pull Requests

A Github Action is ran on every pull request creation and push to an open PR that will build, test, and archive the test coverage as an artifact of the build.

Todo

  • Explain VSCode Launch Tasks
  • Create master branch merge Github Action
  • Explore linting options

sokit's People

Contributors

colevoss avatar

Stargazers

Roman avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.