_ Important Note: "spt_with_conf" was renamed to "demo_proj_with
# Demo Projects - with Abcd Main Config # These are trimmed-down examples, for a quick-try. # The focus is on dependencies between projects. # # In this file, to easily copy and paste: # the text is commented, the commands are not.
In a company where software quality is paramount and where products evolve,
complexity increases over time.
One way to get consistent and predictable results is to automate
(in a known and expected way)
additional tasks required of employees in addition to product development.
unzip -o __ARCHIVE__.zip OR 7z x -y __ARCHIVE__.zip
(optional) Verify the checksums against the official checksum values.
Do not use checksums from unknown sources.
(optional) On Linux: chmod +x bin/* or chmod u+x bin/*.
In a company where software quality is paramount and where products evolve,
complexity increases over time.
One way to get consistent and predictable results is to automate
(in a known and expected way)
additional tasks required of employees in addition to product development.
One of main goals of Abcd is to help developers do fewer context switches
and be able to focus on project logic.
One way is to automate (in a known and expected way) the additional maintenance tasks required by the tools to be performed by the user.