1.0.2 • Published 4 years ago
batgen v1.0.2
batgen
.bat script generator for JavaScript projects to speed up the start process. Upon double clicking the .bat file, following happens:
- opens up the directory in VS Code
- executes
npm start
Installation
npm i -g batgen@^1.0.2
One time configuration
Open cmd
in your desktop's directory and run this command:
batgen config desktop
Usage
- open
cmd
in any of your project directory - run
batgen
- a
<project_name>.bat
file would be created on the desktop - done.