Skip to content

SlavomirPolak/bashParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

###About

bashParser is Go package that uses go-shlex lexer for extracting variables and its content from shell script.

###Installation

  • import bashParser from github (import "github.com/SlavomirPolak/bashParser/src"), to go package that needs to use bashparser
  • use "go get" in terminal

###Usage

  • bashParser.UseShlex("absolute_path_to_file_that_contains_shell_script")

###How to Contribute

  • Fork it ( https://github.com/SlavomirPOlak/bashParser/fork )
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create a new Pull Request

About

bashParser uses go-shlex lexer for extracting variables and its content from shell script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published