https://github.com/shellscape/dot
Tools for monorepos, serverless, and more
https://github.com/shellscape/dot
Last synced: 4 months ago
JSON representation
Tools for monorepos, serverless, and more
- Host: GitHub
- URL: https://github.com/shellscape/dot
- Owner: shellscape
- License: mpl-2.0
- Created: 2023-01-23T22:48:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T03:26:34.000Z (over 1 year ago)
- Last Synced: 2024-05-29T16:34:17.458Z (over 1 year ago)
- Language: TypeScript
- Size: 500 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://liberamanifesto.com)
# dot
Tools for monorepos, serverless, and more
## Requirements
This repository requires Node v14. A Node Version Manager is recommended, such as [`nvm`](https://github.com/nvm-sh/nvm#installing-and-updating).
This repository is a monorepo, and managed by [`pnpm`](https://pnpm.io). To install it, run:
```console
$ npm install pnpm -g
```
## Getting Started
From the repository root directory, run the following command to install all dependencies:
```console
$ pnpm install
```
## Packages Found Here
| | |
| ------------------------- | --------------------------------------------------- |
| [config](packages/config) | A configuration contract for Node + AWS projects |
| [log](packages/log) | A beautiful and minimal logger for all applications |
## Meta
[CONTRIBUTING](./.github/CONTRIBUTING.md)
[LICENSE (Mozilla Public License)](./LICENSE)