super-detype
v1.1.7
Published
This package converts your WHOLE Typescript project to Javascript
Downloads
38
Maintainers
Readme
⭐️ Thanks everyone who has starred the project, it means a lot!
[!NOTE] This transpiler converts your WHOLE Typescript project to Javascript: Eg. If your homie doesn't know Typescript, don't go removing types file by file by yourself manually or use tools which removes types from the code you copy and paste into the tool, don't be an old hag, just download and use super-detype to remove types automatically from your whole project without any issues.
How to Install
[!IMPORTANT] Its crucial to install it globally, so that you can use it from any directory of terminal
- In your terminal
npm i -g super-detype
- If you do not wish to install it, then just
npx super-detype "<typescript-project-directory>" "<output-directory>"
[!TIP]
How to Use
- In your terminal
- It's Recommended to wrap the path with "quotes" to select folders with spaces
super-detype "<typescript-project-directory>" "<output-directory>"
[!TIP]
- First arguement: should be the path of your typescript project's directory which you want to convert
- Second arguement: should be the path of destination where you want to save your converted project
Supports:
- React (Tested)
- Nextjs (Tested)
- Nodejs (Tested)
- Vite + HTML (Tested)
- Gatsby (!Tested)
Does not support (yet):
- Vue
- Svelte
No Plans for supporting:
- Angular
How to Use
- In your terminal
super-detype <typescript-project-directory> <output-directory>
- First arguement is your typescript project's directory
- Second arguement should be the destination where you want to save your converted project
[!NOTE] Star this repository if it was ever helpful to you in any ways😁