Scripts Glossary

Browse 3 scripts terms defined in plain English, from the cultural dictionary of computing.

3 Scripts Terms

Automation Script
A script written to perform a repetitive or multi-step task automatically, such as deployment, cleanup, data transformation, or local setup. Automation scripts...
Build Script
A script that drives some or all of a software build by invoking compilers, bundlers, tests, packaging steps, or code generation tools. Build scripts often...
Package Script
A script associated with a package definition, often used for build steps, tests, post-install actions, or developer workflows. In practical culture, package...

Related Topics