Skip to content

Commit

Permalink
fix: update readme (test release (#93)
Browse files Browse the repository at this point in the history
Please ensure your pull request adheres to the following guidelines:
- [ ] make sure to link the related issues in this description
- [ ] when merging / squashing, make sure the fixed issue references are
visible in the commits, for easy compilation of release notes

## Related Issues


Thanks for contributing!
  • Loading branch information
solaris007 authored Jan 22, 2024
1 parent 566ca57 commit d5142d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 59 deletions.
59 changes: 0 additions & 59 deletions .circleci/config.yml

This file was deleted.

11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,16 @@
Shared modules for Spacecat Services

## Modules
- `spacecat-shared-data-access` - Models and data access layer
- `spacecat-shared-dynamodb` - DynamoDB client for basic access
- `spacecat-shared-utils` - Utility functions

## Installation
```bash
$ npm install @adobe/spacecat-shared-data-access
$ npm install @adobe/spacecat-shared-dynamodb
$ npm install @adobe/spacecat-shared-utils
```

## Usage
See the [API documentation](docs/API.md).

0 comments on commit d5142d0

Please sign in to comment.