Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dudeofawesome/code-style
My Code Style Monorepo
https://github.com/dudeofawesome/code-style
List: code-style
Last synced: about 8 hours ago
JSON representation
My Code Style Monorepo
- Host: GitHub
- URL: https://github.com/dudeofawesome/code-style
- Owner: dudeofawesome
- License: mit
- Created: 2023-02-23T02:38:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-31T21:05:59.000Z (19 days ago)
- Last Synced: 2024-11-08T03:41:36.540Z (12 days ago)
- Language: TypeScript
- Size: 1.57 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Code Style Monorepo
## Usage
See [create-configs](/packages/create-configs/README.md) for usage information.
## Contributing
### Authoring a new release
1. Author your code changes.
1. Commit your changes.
1. Run [`scripts/bump.ts`](scripts/bump.ts) to bump all package versions.
1. Push your changes!### Updating dependencies across workspaces / packages
1. Run [`scripts/upgrade-packages.sh --help`](scripts/upgrade-packages.sh) to see usage information about upgrading packages.