https://github.com/zostay/dev-tools
my personal universal build tools
https://github.com/zostay/dev-tools
Last synced: 7 months ago
JSON representation
my personal universal build tools
- Host: GitHub
- URL: https://github.com/zostay/dev-tools
- Owner: zostay
- Created: 2021-08-08T21:01:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T08:03:31.000Z (over 3 years ago)
- Last Synced: 2024-12-29T10:28:53.169Z (over 1 year ago)
- Language: Go
- Size: 548 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZX Dev Tools
These are a set of build and server running scripts.
## Why does this exist?
This is sort of an experiment, but sort of a serious attempt at a tool that
provides a single point of entry to anything else. I am not creating a dev tool
stack so much as a tool to unify access to multiple dev stacks.
We'll see how it goes.
## What does it provide?
The intent is to provide a set of simple tools, including the following:
### zxconfig
The toolkit for managing ZX's own configuration. Eventually, I would like this
to provide a peek into and possible manage the application's own configuration
as well (if I can figure out a sensible way to make that happen).
### zxbuild
This is a tool for building and testing the project. This means checking the
application for compile time errors, running the test suite, and performing any
static analysis available to the project.
### zxinstall
This is a tool for installing the project onto the local machine, usually into
the local home directory.
### zxstart
This is a tool for running a development application server for the application.
### pingdb
And in an exercise of "which of these things does not belong," this is a little
tool I use to see if a MySQL server is ready to accept connections.