Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 384 Bytes

File metadata and controls

30 lines (21 loc) · 384 Bytes
description prev
Install es-git
text link
About es-git
./about.md

Installation

es-git is available via npm.

Node.js

es-git supports Node.js 10.7 or later. Install es-git with the following command:

::: code-group

npm install es-git
pnpm add es-git
yarn add es-git

:::