tsnite
v0.0.16
Published
TypeScript at full throttle—fast, safe, unstoppable. 🚀
Readme
tsnite
TypeScript at full throttle—fast, safe, unstoppable. 🚀tsnite is a tool that accelerates TypeScript project development, offering a streamlined build and run experience. Ideal for developers seeking productivity without compromising security and performance.
🚀 Installation
To add tsnite to your project as a development dependency, run:
npm install tsnite -DOr, if you're using Yarn:
yarn add --dev tsnite⚡ Features
- Decorators first-class support for TypeScript decorators.
- Simple integration with existing projects.
- ESM Support native support for modern JavaScript modules.
- Automatic
tsconfig.jsonloading – respects your project configuration.
🛠️ How to use
With tsnite installed, you can use it directly in your terminal to run TypeScript files without needing to compile them first.
Run a TypeScript file
npx tsnite path/to/file.tsThis will execute the specified TypeScript file, allowing you to quickly test and run scripts during development.
💡 Tips & Best Practices
- Use with
package.jsonscripts – integratetsniteintonpmoryarnscripts for a smoother workflow. Example:{ "scripts": { //... "dev": "tsnite --watch --include-assets src/index.ts" } }
📚 More information
Check the official npm page for details, examples, and updates: https://www.npmjs.com/package/tsnite
Enjoy developing TypeScript at full throttle!
