Skip to content

we-are-coding/nodejs-package-template

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Node.js Package Template

A template for creating Node.js packages @ we are.

:description

πŸ’Ύ Installation

You can use your package manager (npm or yarn) to install:

npm install --save @weare/:package

or

yarn add @weare/:package

πŸ”Œ Getting started

:examples

Development

πŸ“„ Makefile

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.

βš™οΈ Install

To install the dependencies:

make install

πŸ’― Tests

To run the tests:

make tests

🚨 Lint

To lint your code:

make lint

About

πŸ’™ Our template for Node.js packages.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 72.4%
  • TypeScript 21.0%
  • Makefile 6.6%