Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.03 KB

README.md

File metadata and controls

15 lines (13 loc) · 1.03 KB

Simple Node TypeScript Starter

Included

  • Node.js: A JavaScript runtime built on Chrome's V8 JavaScript engine.
  • TypeScript: JavaScript with syntax for types.
  • rollup.js: Next-generation ES module bundler.
  • ESLint: Pluggable JavaScript linter.
  • Prettier: An opinionated code formatter.
  • Nodemon: Reload, automatically.
  • Volta: The Hassle-Free JavaScript Tool Manager.
  • Jest: A delightful JavaScript Testing Framework with a focus on simplicity.
  • API Extractor: A TypeScript analysis tool that produces API Report, .d.ts Rollups and Documentation.
  • Dependabot: Automated dependency updates.
  • GitHub Actions: Create custom continuous integration (CI) and continuous deployment (CD) workflows directly in your GitHub repository with GitHub Actions.