@afrid18/velocity
v1.0.2
Published
A nodejs automatic file executer on save. Automatically compiles or interprets a given file and shows the output in the preferred $EDITOR
Downloads
15
Maintainers
Readme
Installation
using npm
npm install -g @afrid18/velocity
using npx
npx @afrid18/velocity
TO DO's
- [x] Arguments parsing
- [x] Detect filetype
- [x] Watching the file for changes
- [x] Working with the commands specific to file (cpp, c, python, javascript)
- [x] Exiting the app on pressing q