Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xenit-eu/contentgrid-ts
https://github.com/xenit-eu/contentgrid-ts
contentgrid
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xenit-eu/contentgrid-ts
- Owner: xenit-eu
- Created: 2023-08-07T11:17:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-15T11:01:45.000Z (9 months ago)
- Last Synced: 2024-04-16T13:05:13.901Z (9 months ago)
- Topics: contentgrid
- Language: TypeScript
- Size: 603 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ContentGrid Typescript packages monorepo
## Usage
For a list of packages and their documentation, see [the packages directory](./packages/)
Packages are published to NPM in the [`@contentgrid` organization](https://www.npmjs.com/org/contentgrid)
## Development
This monorepo is managed with [lerna](https://www.npmjs.com/org/contentgrid).
There are some scripts available at the top-level to make it easier to execute common commands across all packages:
- `yarn build`: Compile all packages
- `yarn test`: Run tests in all packages (packages need to be compiled first)## Releasing
Packages are published automatically to NPM upon creating a GitHub release