Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

NPM workspaces example with TypeScript library using ESM

License

Notifications You must be signed in to change notification settings

smarlhens/npm-workspaces-ts-lib

Repository files navigation

NPM workspaces TypeScript esm lib example

GitHub CI GitHub license Commitizen friendly code style: prettier Conventional Commits


Table of Contents


Development

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them :

  • Node.JS version ^16.12.0 || ^18.0.0

Installation

  1. Clone the git repository

    git clone https://github.com/smarlhens/npm-workspaces-ts-lib.git
  2. Go into the project directory

    cd npm-workspaces-ts-lib/
  3. Checkout working branch (default is main)

    git checkout <branch>
  4. Install NPM dependencies

    npm install