Skip to content

shouva/jsbuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages