Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

mcandre/vast

Repository files navigation

vast: a build tool for shell scripts

DEPRECATED

For sh purises, see beltaloada.

For pragmatists, see make.

EXAMPLE

$ cd example

$ vast -l
v-lint
v-test
v-build

$ vast
Running integration test suite.

See vast -h for more detail.

ABOUT

Vishvakarma the all-architect

vast is a build tool for shell script projects.

vast is written in POSIX sh for portability, though you may use it with any POSIXy shell, including derivatives such as bash, zsh, and ksh.

If you're familiar with make and Makefile, then you may enjoy vast and vast.sh files.

By convention, individual tasks are defined as executable v-<task name> shell scripts in a per-project .vast.d directory.

Compound tasks can invoke child tasks by simply running the command v-<child task name>.

INSTALL

  1. Copy the vast project locally.
  2. Add export PATH="${PATH}:<...>/vast/bin to your shell's configuration file.

RUNTIME REQUIREMENTS

CONTRIBUTING

See DEVELOPMENT.md.

SEE ALSO

  • Inspired by the excellent mage build system for Go projects
  • bashate, a shell script style linter
  • cmake for C/C++ projects
  • GNU autotools, a build system for Linux C/C++ projects
  • GNU make, a popular make implementation with GNU extensions
  • Gradle, a build system for JVM projects
  • lake, a Lua task runner
  • Mage, a task runner for Go projects
  • npm, Grunt, Node.js task runners
  • POSIX make, a task runner standard for C/C++ and various other software projects
  • Rake, a task runner for Ruby projects
  • Shake, a task runner for Haskell projects
  • ShellCheck, a shell script linter with a rich collection of rules for promoting safer scripting
  • slick, a linter to enforce stricter, unextended POSIX sh syntax compliance
  • stank, a collection of POSIX-y shell script linters
  • tinyrick for Rust projects

About

a build tool for shell scripts

Resources

Stars

Watchers

Forks

Packages

No packages published