afrid18 / Velocity

A fast automatic file executer on file change!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Velocity

A fast automatic file executor on file change!

Installation

npm install -g @afrid18/velocity

Usage

Options:
      --version   Show version number                                  [boolean]
  -f, --filename  File to watch over!                                 [required]
  -i, --input     input for program
      --help      Show help                                            [boolean]

after installing using npm

velocity -f velocity-demo.cpp

using npx

npx @afrid18/velocity -f velocity-demo.cpp

TO DO's

  • Arguments parsing
  • Detect filetype
  • Watching the file for changes
  • Working with the commands specific to file (cpp, c, python, javascript)
  • Exiting the app on pressing q
  • Rebranding! IMP

About

A fast automatic file executer on file change!

License:MIT License


Languages

Language:JavaScript 100.0%