Skip to content

Instantly share code, notes, and snippets.

@ethand91
Created March 17, 2022 04:23
Show Gist options
  • Save ethand91/23907f89f8f24e5dd8c498a6f63309db to your computer and use it in GitHub Desktop.
Save ethand91/23907f89f8f24e5dd8c498a6f63309db to your computer and use it in GitHub Desktop.
#!/bin/bash
# Version 1.0
# Simple script to install node dependencies
npm i -D \
@types/jest \
@types/node \
@typescript-eslint/eslint-plugin \
@typescript-eslint/parser \
eslint-plugin-jest \
husky \
jest \
nodemon \
prettier \
rimraf \
ts-jest \
ts-node \
typescript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment