Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Assorted utility scripts helpful for common style tasks

License

Notifications You must be signed in to change notification settings

pnorman/style-utility-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Style utility scripts

Many stylesheets need scripts to do the same tasks as part of an install process. Instead of constantly writing slightly different scripts, this is a set of scripts to handle the tasks and reduce duplication of work.

Install

Copy the scripts to your project and add them to your installation instructions.

License

The scripts are licensed under the MIT License

Requirements

The requirements vary by script, but as a general rule require

  • Bash, sh, or Python 3.4+
  • pyyaml for config file reading from python (python3-yaml on Debian-based systems)
  • psycopg2 for database interaction (python3-psycopg2 on Debian-based systems)

About

Assorted utility scripts helpful for common style tasks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages