Loading README.md +1 −3 Original line number Diff line number Diff line # GitLab CI template for Node.js This project implements a generic GitLab CI template for projects based on [Node.js](https://nodejs.org/). This project implements a GitLab CI/CD template to build, test and analyse your JavaScript/TypeScript/[Node.js](https://nodejs.org/) projects. More precisely, it can be used by all projects based on [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/) package managers. It provides several features, usable in different modes (by configuration). ## Usage In order to include this template in your project, add the following to your `gitlab-ci.yml`: Loading kicker.json +1 −1 Original line number Diff line number Diff line { "name": "Node.js", "description": "Build and test with [Node.js](https://nodejs.org/)", "description": "Build, test and analyse your JavaScript/TypeScript/[Node.js](https://nodejs.org/) projects", "template_path": "templates/gitlab-ci-node.yml", "kind": "build", "variables": [ Loading Loading
README.md +1 −3 Original line number Diff line number Diff line # GitLab CI template for Node.js This project implements a generic GitLab CI template for projects based on [Node.js](https://nodejs.org/). This project implements a GitLab CI/CD template to build, test and analyse your JavaScript/TypeScript/[Node.js](https://nodejs.org/) projects. More precisely, it can be used by all projects based on [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/) package managers. It provides several features, usable in different modes (by configuration). ## Usage In order to include this template in your project, add the following to your `gitlab-ci.yml`: Loading
kicker.json +1 −1 Original line number Diff line number Diff line { "name": "Node.js", "description": "Build and test with [Node.js](https://nodejs.org/)", "description": "Build, test and analyse your JavaScript/TypeScript/[Node.js](https://nodejs.org/) projects", "template_path": "templates/gitlab-ci-node.yml", "kind": "build", "variables": [ Loading