batgen
v1.0.2
Published
Generates windows batch (.bat) script to speed up the npm start process of a javascript project.
Readme
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
cmdin any of your project directory - run
batgen - a
<project_name>.batfile would be created on the desktop - done.
