Back to directory
asarudick avatar
asarudick / sasquatch

sasquatch

A configurable code modifier for typescript and friends. Can transform entire codebases to enforce better coding practices, eliminate tech debt in one fell swoop, and catch bad code before it is committed.

7

Stars

0

Forks

2

Watchers

License

Build Status Code Climate

sasquatch

A configurable code modifier for typescript and friends. Can transform entire codebases to enforce better coding practices, eliminate tech debt in one fell swoop, and catch bad code before it is committed.

Installation

  • Install globally: npm i -g sasquatch

Usage

  • sasquatch <file|glob>

Configuration

By default, all transforms will be executed. If you want to whitelist transforms for a project, copy default.config.ts to your_project_root/sasquatch.config.ts and remove any transforms you don't want.

Shoutout

This project heavily depends on https://dsherret.github.io/ts-morph/, so huge shoutout to dsherret for his work there and thorough documentation.

Releases

Feb 14, 2020

1.3.0

Download .zip

add transform implementation for converting then() calls to async/await pattern 45149a9 update input b960f69 wip 184570e add tasks (write default config, install packages, etc) to init command e4a...