auto-build 0.0.5
`auto-build` is a library to ease project cicd: build, test, deployment...
Namespaces
auto-build.data.fixed-size-queue
Naive implementation of fixed length queue.
auto-build.echo.headers
Prints text with headers on the terminal.
auto-build.os.colorized-text
Colorize text. The reference comes from: ANSI reference sheet and full reference is vt100 spec.
Public variables and functions:
- bg-black
- bg-blue
- bg-cyan
- bg-gray
- bg-green
- bg-magenta
- bg-red
- bg-yellow
- clear-bol
- clear-eol
- clear-line
- font-black
- font-cyan
- font-default
- font-green
- font-magenta
- font-red
- font-white
- font-yellow
- line-with-bg
- move-bol-down
- move-bol-up
- move-column
- move-down
- move-home
- move-left
- move-oneup
- move-oneup-with-scroll
- move-right
- move-to
- move-up
- style-blinking
- style-bold
- style-dimfaint
- style-hidden
- style-italic
- style-noblinking
- style-nobold
- style-noinverse
- style-noitalicbold
- style-nostrikethrough
- style-nounderline
- style-novisible
- style-reset-all
- style-reversed
- style-strikethrough
- style-underline
- underline
auto-build.os.exit-codes
Constants to have clear and consistent return codes for the application
auto-build.os.file
Tools to manipulate local files
Public variables and functions:
- combine-files
- copy-action
- copy-dir
- copy-file
- create-sym-link
- create-temp-dir
- create-temp-file
- delete-dir
- delete-file
- delete-path
- do-copy-action
- ensure-dir-exists
- ensure-empty-dir
- expand-home-str
- is-existing-dir?
- is-existing-file?
- is-existing-path?
- make-executable
- matching-files
- modified-since
- path-on-disk
- pp-file
- read-file
- search-files
- search-in-parents
- write-file
auto-build.os.filename
Manipulate file names (is not influenced at all by your local configuration).
Public variables and functions:
auto-build.project.map
The project map gathers all useful informations for a project
Public variables and functions:
auto-build.tasks.clean
Clean some directories or files