E

e18e/@e18e/is-travis

How to Use
Run this codemod on your codebase using one of the following commands

The easiest way to run this codemod without installing anything globally:

Documentation

is-travis Codemod

Introduction

This codemod replaces the use of the is-travis npm module with a built-in JavaScript expression that checks the process.env for the TRAVIS environment variable. This change helps to reduce unnecessary dependencies and improve the performance of the codebase.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.