Skip to content

Instantly share code, notes, and snippets.

@armand1m
Created March 20, 2022 15:45
Show Gist options
  • Save armand1m/81f1b913ea910ddcb24089031b963728 to your computer and use it in GitHub Desktop.
Save armand1m/81f1b913ea910ddcb24089031b963728 to your computer and use it in GitHub Desktop.
prepares a typescript node project
#!/bin/sh
curl -SLsf https://go.d1m.dev/installjest | sh
curl -SLsf https://go.d1m.dev/installprettier | sh
curl -SLsf https://go.d1m.dev/installts | sh
curl -SLsf https://go.d1m.dev/installtsnodemon | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment