0.0.10 • Published 2 years ago

@wamoio/common v0.0.10

Weekly downloads
82
License
-
Repository
-
Last release
2 years ago

wamo-common

This project contains source code for wamo-common

Test Runner

Prerequisites

Make sure that you have

  • node (>=10)
  • npm
  • yarn (should be installed globally)
  • A code editor (vscode, webstorm etc...)

Usage

#yarn
yarn add @wamoio/common

# npm
npm install @wamoio/common

this project creates a bundle as ES module to enable tree-shaking. If you are using jest as a test framework you need add following lines to your jest config;

"transformIgnorePatterns": [
  "node_modules/(?!(@wamoio/common)).*.js$"
]

Installing

  1. Clone this repository using

    git clone https://github.com/wamoio/wamo-common.git
  2. Set your wamo email to your git config (You should also add your wamo email to your github account)

    (In project directory)

    git config user.email <YOUR_EMAIL@wamo.io>

    check if it is correct

    git config user.email
  3. Install packages using

    yarn
  4. Start project using

    yarn start
0.0.10

2 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.6-rc.0

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.4-rc.0

3 years ago

0.0.4-rc.1

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago