E

e18e/@e18e/split-lines

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

Split Lines Codemod

Introduction

This codemod replaces the usage of the split-lines npm module with native JavaScript string methods. The goal is to eliminate an unnecessary dependency, optimize the codebase, and enhance performance by utilizing built-in ES features.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.