Code modification for typescript projects
npm install baldrick-codemod-ts!npm !Build
status
!npm bundle
size
!npm type definitions
!node-current
!NPM
> 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:
``bash`
baldrick-codemod-ts
It will ask for the snippet name, some parameters specific to the snippet and
a target file.
- 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
This package is ESM
only.
`bash`
yarn global add baldrick-codemod-ts
baldrick-codemod-ts --help
Or alternatively run it:
`bash`
npx baldrick-codemod-ts --help
If you want to tun the latest version from github. Mostly useful for dev:
`bashpwd
git clone git@github.com:flarebyte/baldrick-codemod-ts.git
yarn global add ``