typemod
v0.0.3
Published
Codemod scripts to transform ts codes into latest features.
Downloads
10
Readme
typemod
A simple library boilerplate.
TOC
Usage
Peer
You need to install jscodeshift
first.
Install
# npm
npm i -D typemod
# pnpm
pnpm add -D typemod
# yarn
yarn add -D typemod
CLI
jscodeshift -t node_modules/typemod/lib/override.js src
Changelog
Detailed changes for each release are documented in CHANGELOG.md.