https://github.com/constructive-io/just-bash-test
https://github.com/constructive-io/just-bash-test
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/constructive-io/just-bash-test
- Owner: constructive-io
- License: mit
- Created: 2025-12-28T21:19:09.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-28T23:23:12.000Z (6 months ago)
- Last Synced: 2025-12-31T15:39:01.997Z (6 months ago)
- Language: TypeScript
- Size: 106 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# just-bash-test
## Getting Started
This workspace was generated with `pgpm init workspace`. For a complete guide on developing with pgpm workspaces, see [Workspaces: Organize Postgres](https://constructive.io/learn/modular-postgres/workspaces-organize-postgres).
### Quick Start
```sh
# Install dependencies
pnpm install
# Start PostgreSQL (requires Docker)
pgpm docker start
# Load environment variables
eval "$(pgpm env)"
# Create a module
pgpm init
# Navigate to your module and run tests
cd packages/your-module
pnpm test:watch
```
### Prerequisites
- Node.js 20+
- pnpm
- Docker
- PostgreSQL client tools (`psql`)
- pgpm (`npm install -g pgpm`)
See [Prerequisites](https://constructive.io/learn/quickstart/prerequisites) for detailed setup instructions.
## Credits
**🛠Built by the [Constructive](https://constructive.io) team — creators of modular Postgres tooling for secure, composable backends. If you like our work, contribute on [GitHub](https://github.com/constructive-io).**
## Disclaimer
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED "AS IS", AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
No developer or entity involved in creating this software will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of the code, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value.