Skip to content

learn-with-me/nodejs-library-template

Repository files navigation

Nodejs API Template

Note: This template is in progress right now. Version 1.0.0 will be released soon.

This ready-to-use express-based API template comes with a few preset features that will be used in future projects.

Features

  1. Commit hooks automation configured using husky
  2. Code formatter via prettier
  3. Code linter using eslint
  4. Bundle generation via Rollup
  5. GitHub workflow configured to check successful builds

How to use the template

Easiest way is to click on the green "Use this template" button from here. This will prompt your to create a new repository at a desired location. All you'll have to do is start adding features.

Upcoming features

  • Example library bundle
  • Package upload to GitHub/npm
  • Unit testing support
  • jsDoc support
  • Template versioning
  • Changelog