1. ci-parallel-vars
Get CI environment variables for parallelizing builds
ci-parallel-vars
Package: ci-parallel-vars
Created by: jamiebuilds
Last modified: Tue, 12 Apr 2022 06:20:52 GMT
Version: 1.0.1
License: MIT
Downloads: 1,234,819
Repository: https://github.com/jamiebuilds/ci-parallel-vars

Install

npm install ci-parallel-vars
yarn add ci-parallel-vars

ci-parallel-vars

Get CI environment variables for parallelizing builds

Install

yarn add ci-parallel-vars

Usage

 const ciParallelVars = require('ci-parallel-vars');

console.log(ciParallelVars); // { index: 3, total: 10 } || null

Supports

If you want to add support for another pair, please open a pull request and
add them to index.js and to this list.

One of these pairs must both be defined as numbers or ci-parallel-vars will
be null.

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin