@romain-faust/node-scripts

Set of scripts for Node.js


License
MIT
Install
npm install @romain-faust/node-scripts@1.2.0

Documentation

npm-packages

Prerequisites

You must have recent versions of the following tools:

Installation

# Clone the project repository.
git clone git@github.com:romain-faust/npm-packages.git

# Move into the project directory.
cd npm-packages

# Install the dependencies.
yarn install

# Bootstrap the packages' dependencies.
yarn lerna bootstrap

# Setup Husky hooks (Git).
yarn husky install