An open API service indexing awesome lists of open source software.

https://github.com/p0ppoff/vue-cli-plugin-ci

A starter for your config file on CI
https://github.com/p0ppoff/vue-cli-plugin-ci

azure-pipelines ci circleci gitlab-ci hack hacktoberfest jenkinsfile vue vue-cli vue-cli-plugin vuejs

Last synced: 6 months ago
JSON representation

A starter for your config file on CI

Awesome Lists containing this project

README

          

# vue-cli-plugin-ci

![npm](https://img.shields.io/npm/v/vue-cli-plugin-ci.svg)
[![npm](https://img.shields.io/npm/dm/vue-cli-plugin-ci.svg)](https://www.npmjs.com/package/vue-cli-plugin-ci)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)
![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen)

A Vue CLI plugin to initialize Continuous Integration on many platforms for your project using **YARN** or **NPM**.

## Usage ⚙️

You can simply add the plugin to your project by this command

```bash
vue add ci
```

- Then select the pagkage manager
- Then select the CI agent

## Contributing 🍰

Please contribute by resolving issue. Create a branch, add commits, and open a pull request.

Please read [CONTRIBUTING](CONTRIBUTING.md) for details on our [CODE OF CONDUCT](CODE_OF_CONDUCT.md).

Thanks for your contribution ❤️

### Local development 🛠

Clone the repo and use these command inside a vue cli project
```bash
yarn add file: -D
vue invoke vue-cli-plugin-ci
```

## Goal 🥅

* [ ] support any tools of continuous integration
* [x] switch between **YARN** and **NPM**
* [ ] have itself a continuous integration

## Dream 🦄

Be integrated to [Vue CLI](https://github.com/vuejs/vue-cli) to help every VueJS developers to start project with continuous
integration !