# 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](/ci-npm-publish/master.md#bitbucket-pipelines)
* [CircleCI](/ci-npm-publish/master.md#circleci)
* [Github Actions](/ci-npm-publish/master.md#github-actions)
* [Gitlab CI](/ci-npm-publish/master.md#gitlab-ci)
* [Travis CI](/ci-npm-publish/master.md#travis-ci)
* [Wercker](/ci-npm-publish/master.md#wercker)

### Platforms

#### **Bitbucket Pipelines**

[Details](/ci-npm-publish/bitbucket.md) | [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](/ci-npm-publish/circleci.md) | [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](/ci-npm-publish/github.md) | [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](/ci-npm-publish/gitlab.md) | [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](/ci-npm-publish/travis.md) | [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](/ci-npm-publish/wercker.md) | [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](/ci-npm-publish/contributing.md). This project adheres to [code of conduct](/ci-npm-publish/code_of_conduct.md). 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).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://andrelmlins.gitbook.io/ci-npm-publish/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
