Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Latest commit

 

History

History
49 lines (37 loc) · 1.83 KB

README.template.md

File metadata and controls

49 lines (37 loc) · 1.83 KB

§ PROJECT

GitHub workflow Codecov coverage License Documentation NodeJS version pnpm version

¶ DESCRIPTION

Installing as a dependency

This project requires Node.JS version 16 minimum. Ensure that you have installed the correct version of Node.JS by running node --version.

Any of the following snippets will install this project as a dependency:

npm install --save @esdmr/template
# Or
yarn add @esdmr/template
# Or
pnpm install @esdmr/template

Installing from source

This project requires Node.JS version 16 minimum. Ensure that you have installed the correct version of Node.JS by running node --version.

This project recommends pnpm version 6. Ensure that you have installed the correct version of pnpm by running pnpm --version.

The following snippet will download, install, and build the source from GitHub:

git clone https://github.com/esdmr/template.git
cd template
pnpm install
pnpm run build