erichosick / opus-totalis

The pnpm workspace that contains all of our packages, projects, and utilities.
https://www.opustotalis.com
GNU General Public License v3.0
0 stars 0 forks source link

Sqlpm workspace

tool langauge pkg manager workspaces license language ci linting code style testing ci/cd ci/cd

opus-totalis: A template generated by software-toolchain-automation which generates a pnpm workspace that contains all of our packages, projects, and utilities with a focus on node, sql and nextjs.

Quick Start

Using a terminal, clone and install the project:

# clone the project
git clone https://github.com/erichosick/opus-totalis.git

# install all dependencies
cd opus-totalis && pnpm install

Build all projects:

# build all packages
pnpm build

# continuous development
pnpm build:watch

NOTE: to assure any changes to code are applied during development, be sure to run pnpm build:watch.

Features

Dependencies

FAQ

Why aren't changes to the code base being applied?

Did you run pnpm build:watch?

Software License

This software is licensed under GPL-3.0-or-later. For more details, see LICENSE.

Since this is a workspace, other packages within it may be licensed under different terms. In such cases, the package will contain its own licensing terms.

Workspaces