Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

jazz2git

barretodavid4ISC0.0.1

Transform .jazzignore files to .gitignore files

readme

jazz2git

Command line interface (cli) that helps in the migration from IBM RTC to Git.

It traverses a folder structure in search for .jazzignore files, parses its content, and creates the equivalent .gitignore file.

Note: This script relies on the presence of awk in the system

Installation

Install the cli globally

npm install -g jazz2git

Usage

To search for .jazzignore files and create the corresponding .gitignore in a given path, run

jazz2git <path>

To get help

jazz2git -h