@poppinss/ts-exec
TypeScript JIT compiler built for correctness and supports legacy/experimental decorators.
[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] [![license-image]][license-url]
[!IMPORTANT]
The@poppinss/ts-exec
package requiresNode.js >= 24
and works with only ES modules.
Usage
Install the package from the npm packages registry.
npm i -D @poppinss/ts-exec
Once installed you can use it via the --import
flag to execute the TypeScript source code.
node --import=@poppinss/ts-exec some-script.ts
Why another package?
Contributing
One of the primary goals of Poppinss is to have a vibrant community of users and contributors who believes in the principles of the framework.
We encourage you to read the contribution guide before contributing to the framework.
Code of Conduct
In order to ensure that the poppinss community is welcoming to all, please review and abide by the Code of Conduct.
License
<pkg-name> is open-sourced software licensed under the MIT license.
[gh-workflow-url]: https://github.com/poppinss/ts-exec/actions/workflows/checks.yml 'Github action'
[npm-url]: https://npmjs.org/package/@poppinss/ts-exec 'npm'
[license-url]: LICENSE.md 'license'