@mail4hafij/sharpen
v0.1.0
Published
Sharpen - write TypeScript and React like C#. Compiles .csx source into real .tsx/.ts files.
Readme
Sharpen
Write TypeScript and React like C#. Sharpen compiles .csx source files into
real, plain .tsx/.ts files you keep and own — nothing else runs, nothing
downstream ever touches .csx again.
Install
npm install -g @mail4hafij/sharpenUsage
sharpen Foo.csx -o Foo.tsx # compile a single file
sharpen --dir ./src # compile every .csx under a folderLicensing
Free to use for 30 days from the first time it runs on a given machine, after which a license is required.
sharpen --license # check when your license expires
sharpen --activate <file> # install a license you've been sentSee LICENSE in this package for the full terms.
Documentation
Full documentation, syntax reference, and examples: https://mail4hafij.github.io/sharpen/sharpen.html
Project: https://github.com/mail4hafij/sharpen
