Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.38 KB

File metadata and controls

67 lines (48 loc) · 1.38 KB

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