shouva / jsbuilder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSBuilder

this tool to pull js project and automatic build. identical to:

cd to\js\path\project
git pull 
#if new push there
npm run build

you can setting path of js source and delay time.

How to Use

  1. install go get github.com/shouva/jsbuilder
  2. create config
    vim jsbuilder.json
    
    add this text:
    {
      "path":"/home/mosleim/js/apitest",
      "delay": 60
    }
    
    
  3. run it!
jsbuilder

About


Languages

Language:Go 100.0%