A template for creating Node.js packages @ we are.
:description
You can use your package manager (npm
or yarn
) to install:
npm install --save @weare/:package
or
yarn add @weare/:package
:examples
The Makefile is used to create easy-to-use commands. Instead of adding complex commands (with a lot of parameters etc.) to this README, add a simpler version to this README file making use of the Makefile.
To install the dependencies:
make install
To run the tests:
make tests
To lint your code:
make lint