Skip to content

Latest commit

 

History

History
102 lines (74 loc) · 3.7 KB

dependencies.md

File metadata and controls

102 lines (74 loc) · 3.7 KB

Dependencies

This guide describes the dependencies of this repository and their purpose.

Table of Contents

Babel

Babel is a compiler that allows developers to use new JavaScript features that are not yet available in all browsers.

Babel Packages

Commitlint

commitlint checks commit messages to make sure they follow commit message guidelines.

Commitlint Packages

Dotenv

Dotenv is a zero-dependency module that loads environment variables from a .env file into process.env.

Dotenv Packages

ESLint

ESLint is a static analysis tool that enforces code styles and patterns.

ESLint Packages

Husky

Husky simplifies running scripts in Git hooks.

nodemon

nodemon is a tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected.

nodemon Packages

Semantic Release

semantic-release automates the versioning and release process. semantic-release using semantic versioning to find the next version. It also takes care of updating all packages, pushing back to Git and publishing to NPM.

Semantic Release Packages