Skip to content

Commit

Permalink
fix(READMEs): Add various READMEs, remove Discovery SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacivita committed Apr 17, 2023
1 parent 0f2d647 commit 80365af
Show file tree
Hide file tree
Showing 18 changed files with 60 additions and 178 deletions.
1 change: 1 addition & 0 deletions src/sdks/core/CHANGELOG.md
1 change: 1 addition & 0 deletions src/sdks/core/CONTRIBUTING.md
1 change: 1 addition & 0 deletions src/sdks/core/LICENSE
1 change: 1 addition & 0 deletions src/sdks/core/NOTICE
26 changes: 26 additions & 0 deletions src/sdks/core/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Firebolt SDKs
---

[![semantic-release: conventional](https://img.shields.io/badge/semantic--release-conventional-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)

# Firebolt JS SDK
For building Firebolt compliant apps.

## Usage
To install, run:

```
npm install @firebolt-js/sdk
```

To use the package, import one of it's modules, e.g.:

```js
import { Lifecycle } from '@firebolt-js/sdk'
```

## Contributing
The Firebolt Core SDK is built using the Firebolt OpenRPC toolset:

See [Firebolt OpenRPC](https://www.github.com/rdkcentral/firebolt-openrpc/), for more info.
6 changes: 0 additions & 6 deletions src/sdks/discovery/.npmignore

This file was deleted.

8 changes: 0 additions & 8 deletions src/sdks/discovery/jest.config.json

This file was deleted.

49 changes: 0 additions & 49 deletions src/sdks/discovery/package.json

This file was deleted.

23 changes: 0 additions & 23 deletions src/sdks/discovery/sdk.config.json

This file was deleted.

30 changes: 0 additions & 30 deletions src/sdks/discovery/sdk/index.mjs

This file was deleted.

30 changes: 0 additions & 30 deletions src/sdks/discovery/src/js/sdk/index.mjs

This file was deleted.

27 changes: 0 additions & 27 deletions src/sdks/discovery/test/suite/basic.test.ts

This file was deleted.

5 changes: 0 additions & 5 deletions src/sdks/discovery/tsconfig.json

This file was deleted.

1 change: 1 addition & 0 deletions src/sdks/manage/CHANGELOG.md
1 change: 1 addition & 0 deletions src/sdks/manage/CONTRIBUTING.md
1 change: 1 addition & 0 deletions src/sdks/manage/LICENSE
1 change: 1 addition & 0 deletions src/sdks/manage/NOTICE
26 changes: 26 additions & 0 deletions src/sdks/manage/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Firebolt SDKs
---

[![semantic-release: conventional](https://img.shields.io/badge/semantic--release-conventional-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)

# Firebolt JS SDK
For building Firebolt compliant apps.

## Usage
To install, run:

```
npm install @firebolt-js/sdk
```

To use the package, import one of it's modules, e.g.:

```js
import { Lifecycle } from '@firebolt-js/sdk'
```

## Contributing
The Firebolt Core SDK is built using the Firebolt OpenRPC toolset:

See [Firebolt OpenRPC](https://www.github.com/rdkcentral/firebolt-openrpc/), for more info.

0 comments on commit 80365af

Please sign in to comment.