/js

javascript starter project

Primary LanguageJavaScript

micburks/js

javascript starter project

Quick setup for one-off script or server, includes:

  • eslint/typescript compatible with my neovim setup
  • nix flake for dev shell
  • script boilerplate and useful helpers without polluting scope

install

npx degit micburks/js my-new-script
cd my-new-script
yarn start