2.0.8 • Published 10 days ago

@nuskin/product-lib v2.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
10 days ago

@nuskin/product-lib

Installing

Usng npm:

npm add @nuskin/product-lib

Usng yarn:

yarn add @nuskin/product-lib

Example usage

const { productLib } = require("@nuskin/product-lib");

let productFromSku = productLib.getProduct({
  fromId: "01001054",
  env: "dev",
  market: "us",
  language: "en",
});
console.log(JSON.stringify(productFromSku));

let productFromSlug = productLib.getProduct({
  fromSlug: "tegreen",
  env: "dev",
  market: "us",
  language: "en",
});
console.log(JSON.stringify(productFromSlug));

Resources

  • Changelog could go here

License

MIT

#### 7. Turning on your CI/CD pipeline

Once you are ready for your project to start running the CI/CD pipeline, you should rename the `gitlab-ci.yml`
to `.gitlab-ci.yml`.
```bash
git mv gitlab-ci.yml .gitlab-ci.yml
git commit -am"Chore: renaming gitlab-ci.yml to .gitlab-ci.yml so my pipeline runs"
git push

TODO: Write documentation about Semantic Release (don't forget prereleases)

How to use Semantic Release in your pipeline

Link to another page or write up instructions on how Semantic Release works with the pipeline

eslint commit-analyzer rules.

2.0.8

18 days ago

2.0.7

1 month ago

2.0.6

2 months ago

2.0.6-brw-2697.3

2 months ago

2.0.6-brw-2697.2

2 months ago

2.0.5

3 months ago

2.0.6-brw-2697.1

3 months ago

2.0.5-brw-2601.1

3 months ago

2.0.3

3 months ago

2.0.4

3 months ago

2.0.2

3 months ago

2.0.1

4 months ago

2.0.0

5 months ago

2.0.0-cx12-10570.4

5 months ago

1.3.1-cx12-8538.3

8 months ago

1.3.1-cx12-8538.2

8 months ago

1.3.1-cx12-8538.1

8 months ago

1.2.18-cx12-7267.1

9 months ago

1.2.18-cx12-7267.3

9 months ago

1.2.18-cx12-7267.2

9 months ago

1.4.0-cx12-10570.1

6 months ago

1.3.1-cx12-8438.1

8 months ago

2.0.0-cx12-10570.1

6 months ago

2.0.0-cx12-10570.2

6 months ago

1.2.17-cx12-6623.1

10 months ago

2.0.0-cx12-10570.3

5 months ago

1.2.20-cx12-7267.2

9 months ago

1.2.20-cx12-7267.1

9 months ago

1.3.1-cx15-9332.1

8 months ago

1.2.16

10 months ago

1.3.3-cx12-8570.1

7 months ago

1.2.17

9 months ago

1.2.15

10 months ago

1.2.18

9 months ago

1.2.19

9 months ago

1.3.3

7 months ago

1.3.2

7 months ago

1.3.1

7 months ago

1.3.0

8 months ago

1.2.20

9 months ago

1.3.0-cx15-9172.1

8 months ago

1.3.4-test-bo.1

7 months ago

1.3.4-cx12-8656.1

7 months ago

1.2.15-cx12-7267.1

11 months ago

1.2.14

11 months ago

1.2.13

11 months ago

1.2.13-cx12-7267.1

11 months ago

1.2.12

11 months ago

1.2.11

11 months ago

1.2.11-cx12-7267.1

11 months ago

1.2.10

11 months ago

1.2.9

11 months ago

1.2.8

11 months ago

1.2.7

11 months ago

1.2.6

11 months ago

1.2.5

11 months ago

1.2.4

11 months ago

1.2.3

12 months ago

1.2.2

12 months ago

1.2.1

12 months ago

1.2.0

12 months ago

1.1.0

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago