baldrick-codemod-ts
v0.5.0
Published
Code modification for typescript projects
Downloads
3
Readme
Baldrick-codemod-ts
Code modification and generation for typescript projects
The main motivation is to boost the development effort by providing ready made snippets:
Snippets are written in Typescript, and have been unit tested.
Encourage a zero-dependency approach when the code needed does not justify importing a whole library.
Improve the consistency of the code.
You can run the generator in interactive mode by just typing:
baldrick-codemod-ts
It will ask for the snippet name, some parameters specific to the snippet and a target file.
Documentation and links
- Code Maintenance
- Code Of Conduct
- Api for baldrick-codemod-ts
- Contributing
- Glossary
- Diagram for the code base
- Vocabulary used in the code base
- Contributors
- Dependencies
Installation
This package is ESM only.
yarn global add baldrick-codemod-ts
baldrick-codemod-ts --help
Or alternatively run it:
npx baldrick-codemod-ts --help
If you want to tun the latest version from github. Mostly useful for dev:
git clone [email protected]:flarebyte/baldrick-codemod-ts.git
yarn global add `pwd`