Skip to content

Latest commit

Β 

History

History
35 lines (20 loc) Β· 1.54 KB

File metadata and controls

35 lines (20 loc) Β· 1.54 KB

πŸ’» Node Starter

Node CI Release CI GitHub David

Starter repo for Node.js project

πŸš€ Features

  • Semantic Release to GitHub and NPM (via GitHub Actions)
  • Linting with Eslint
  • Automatic Dependabot PR merging (via GitHub Actions)
  • Compile program into a single file with ncc

πŸ’» Development

  • run yarn lint or npm run lint to run eslint.
  • run yarn build or npm run build to produce a compiled version in the dist folder.

❔ About

This project was developed by me (@betahuhn) in my free time. If you want to support me:

Donate via PayPal

ko-fi

πŸ“„ License

Copyright 2021 Maximilian Schiller

This project is licensed under the MIT License - see the LICENSE file for details.