Skip to content

clean-code-projects/co-coders-typescript

Repository files navigation

co-coders TypeScript repository

Github NodeJS Codecov

This repository contains TypeScript implementation of co-coders.

Contribute

# install
yarn

# run tests
yarn test

# run tests in watch mode
yarn watch

# run coverage
yarn coverage

# run build
yarn build

# run lint
yarn lint

# run dependency check
yarn depcheck

# add dev-dependency
yarn add -DW <package>

# update dependencies
yarn ncu

# clean up project for rebuild
yarn clean

# nuke all artifacts and installed dependency
yarn nuke

Development Environment

We will primarily be using VS Code.

Here are some recommended extensions in VSCode used when working on this project:

  • Coverage Gutters
  • EditorConfig for VS Code
  • eslint
  • eslint-disable-snippets
  • GitLens
  • Markdown All in One
  • markdownlint
  • Sort package.json
  • Sort JSON objects
  • Version Lens
  • vscode-icons

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published