Skip to content

crackcomm/cmds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

cmds

It's a funny replacement for Make, maybe and maybe more.

Installation

go get github.com/crackcomm/cmds

Usage

cmds is an application which reads cmds.yaml file reading commands from it and executing particular one

example cmds.yaml

google.title:
  - http.request:
      url: http://www.google.pl/
  - html.extract:
      selectors:
        title: head > title

clean:
  - cmd.run:
    name: rm -rf build

build:
  - clean
  - cmd.run:
    name: gulp build
$ cmds google.title
Running google.title

  title: Google

About

It's a funny replacement for Make, maybe and maybe more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages