Skip to content
 
 

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

AngularCompileToJson

Shell script for linux systems to compile angular application and parse the generated compiler output


Make sure that the files has executable permissions:

$ sudo chmod +x compile.sh

Then run the commmand:

$ ./compile.sh

And you will get the output as json format.

// Ex:
{
  "version": "bdbb4d103ac0ca93",
  "build_at": "2022-11-01T09:18:54.222Z",
  "time": "6605ms"
}

If the command fails you might need to install "jq" utility:

$ sudo apt get jq -y

Dependencies

  • jq

About

Shell script to compile angular application and parse the generated compiler output

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages