Skip to content

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

License

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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