# README

![Logo](https://raw.githubusercontent.com/andrelmlins/ci-npm-publish/master/logo.png)

## Continuous Integrations for NPM Publish

**Examples of continuous integration for publishing npm packages.**

### Contents

* [Bitbucket Pipelines](#bitbucket-pipelines)
* [CircleCI](#circleci)
* [Github Actions](#github-actions)
* [Gitlab CI](#gitlab-ci)
* [Travis CI](#travis-ci)
* [Wercker](#wercker)

### Platforms

#### **Bitbucket Pipelines**

[Details](https://andrelmlins.gitbook.io/ci-npm-publish/bitbucket) | [Site](https://bitbucket.org/product/br/features/pipelines) | [Example](https://github.com/andrelmlins/ci-npm-publish/tree/249bd8bfba67fcbba357d114af1ad277d8faf3c0/examples/bitbucket-pipelines.yml)

![Bitbucket logo](https://wac-cdn.atlassian.com/dam/jcr:e75ffb0e-b3ee-40ca-8659-ecb93675a379/Bitbucket@2x-blue.png)

#### **CircleCI**

[Details](https://andrelmlins.gitbook.io/ci-npm-publish/circleci) | [Site](https://circleci.com/) | [Example](https://github.com/andrelmlins/ci-npm-publish/tree/249bd8bfba67fcbba357d114af1ad277d8faf3c0/examples/.circleci/README.md)

![CircleCI logo](https://elo7.dev/images/rodando-seus-testes-no-circle-ci-1.png)

#### **Github Actions**

[Details](https://andrelmlins.gitbook.io/ci-npm-publish/github) | [Site](https://github.com/features/actions) | [Example](https://github.com/andrelmlins/ci-npm-publish/tree/249bd8bfba67fcbba357d114af1ad277d8faf3c0/examples/.github/README.md)

![Github Actions logo](https://miro.medium.com/max/300/0*EOBenMCWMDaPdeJL.png)

#### **Gitlab CI**

[Details](https://andrelmlins.gitbook.io/ci-npm-publish/gitlab) | [Site](https://docs.gitlab.com/ee/ci/) | [Example](https://github.com/andrelmlins/ci-npm-publish/tree/249bd8bfba67fcbba357d114af1ad277d8faf3c0/examples/.gitlab.yml)

![Gitlab CI logo](https://about.gitlab.com/images/press/logo/png/gitlab-logo-gray-rgb.png)

#### **Travis CI**

[Details](https://andrelmlins.gitbook.io/ci-npm-publish/travis) | [Site](https://travis-ci.com/) | [Example](https://github.com/andrelmlins/ci-npm-publish/tree/249bd8bfba67fcbba357d114af1ad277d8faf3c0/examples/.travis.yml)

![Travis CI logo](https://miro.medium.com/max/600/1*VXdK53mBfr27iT8LiHNAbg.png)

#### **Wercker**

[Details](https://andrelmlins.gitbook.io/ci-npm-publish/wercker) | [Site](https://app.wercker.com/) | [Example](https://github.com/andrelmlins/ci-npm-publish/tree/249bd8bfba67fcbba357d114af1ad277d8faf3c0/examples/wercker.yml)

![Wercker logo](https://res-4.cloudinary.com/crunchbase-production/image/upload/c_lpad,h_256,w_256,f_auto,q_auto:eco/v1481640407/xcmsrvor9cvaqqfh0udh.png)

### Contribution guidelines

If you want to contribute to **Continuous Integrations for NPM Publish**, be sure to review the [contribution guidelines](https://andrelmlins.gitbook.io/ci-npm-publish/contributing). This project adheres to [code of conduct](https://andrelmlins.gitbook.io/ci-npm-publish/code_of_conduct). By participating, you are expected to uphold this code.

### License

Continuous Integrations for NPM Publish is open source software [licensed as MIT](https://github.com/andrelmlins/ci-npm-publish/blob/master/LICENSE).
