0.6.0 • Published 7 months ago

ecosystem-ci-prototype v0.6.0

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Nx Ecosystem CI cli prototype

Prototype for a CLI for Nx ecosystem CI: https://github.com/nrwl/nx-ecosystem-ci/tree/main

Based on Vite Ecosystem CI: https://github.com/vitejs/vite-ecosystem-ci

npx ecosystem-ci-prototype

npm: https://www.npmjs.com/package/ecosystem-ci-prototype

Purpose

The purpose of this tool is to keep the ecosystem ci functionality into one place (rather that different clones per tool), and have the individual tools be able to invoke it, to test the integrations.

The way this would work would be the following scenario:

I am a maintainer of a package that uses, for example, vite.

I want to test the integration of my package with the latest changes on vite.

Instead of adding a new test file under `vite-ecosystem-ci`, I just run `npx ecosystem-ci-prototype --ecosystem=vite` on my repo, and this runs the tests it's supposed to run.

Similarly, for Nx:

I am a maintainer of a package that uses nx.

I want to test the integration of my package with the latest changes on nx.

Instead of adding a new test file under `nx-ecosystem-ci`, I just run `npx ecosystem-ci-prototype --ecosystem=nx` on my repo, and this runs the tests it's supposed to run.

Right now the code is tailored to run for just nx and vite, copying the logic from nx-ecosystem-ci and vite-ecosystem-ci. The same should be done for the rest of the *-ecosystem-ci repos.

This approach is not super-maintainable, it's just a prototype.

Usage

Working for nx and vite for the moment.

Example usage:

For Nx

  1. Clone a repository that uses the Nx packages, for example the nxext repository:
git clone git@github.com:nxext/nx-extensions.git
  1. Install the dependencies
cd nx-extensions

and

pnpm i
  1. Run the ecosystem tests
npx ecosystem-ci-prototype@latest --ecosystem="nx" --build="build vue" --test="test vue"

For vite

  1. Clone a repository that uses the vite packages, for example the nx repository:
git clone git@github.com:nrwl/nx.git
  1. Install the dependencies
cd nx

and

pnpm i
  1. Run the ecosystem tests
npx ecosystem-ci-prototype@latest --ecosystem="vite" --build="build-project vite" --test="test vite" --test="e2e e2e-vite"
0.6.0

7 months ago

0.5.0

7 months ago

0.4.0

7 months ago

0.3.0

7 months ago

0.2.0

7 months ago

0.1.7

7 months ago

0.1.6

7 months ago

0.1.5

7 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago