Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (13 loc) · 521 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 521 Bytes

filemod-engine

The monorepo for the filemod-engine project.

filemod-engine is a toolkit for executing filemods over directories.

A filemod is like a codemod, but changes the placement of files based on file path patterns.

Installation

pnpm install

Linting and Testing

pnpm turbo run lint # check linting rules
pnpm test # run all the tests

pnpm run lint:eslint:write
pnpm run lint:prettier:write

The filemod-engine package

Go here