https://github.com/cogment/cogment-js-sdk
Cogment Javascript SDK
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.4%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Cogment Javascript SDK
Basic Info
- Host: GitHub
- Owner: cogment
- License: apache-2.0
- Language: TypeScript
- Default Branch: main
- Homepage: https://www.npmjs.com/package/@cogment/cogment-js-sdk
- Size: 12.2 MB
Statistics
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 12
- Releases: 0
Topics
Metadata Files
README.md
Cogment JS SDK
Developers
Basic setup
- Install dependencies:
shell script
npm install
- Build all the sub-packages:
shell script
npm run build --workspaces --if-present
- Run all the tests:
shell script
npm run test --workspaces --if-present
Define the version of Cogment protobuf API
The version of the cogment protobuf API is defined in the ./packages/@cogment/cogment-js-sdk/config.json file at the root of the repository. It should be defined as a URL pointing to a .tar.gz archive of the cogment api, e.g. https://github.com/cogment/cogment/releases/download/v2.3.0/cogment-api.tar.gz.
To use a local version of the API copy the files in ./packages/@cogment/cogment-js-sdk/cogment/api and run npm run build:protos:compile && npm run build:webpack && npm run build:tsc instead of the default npm run build.
Release process
People having maintainers rights of the repository can follow these steps to release a version MAJOR.MINOR.PATCH. The versioning scheme follows Semantic Versioning.
- Run
./scripts/create_release_branch.sh MAJOR.MINOR.PATCHautomatically compute and update the version of the package, create the release branch and update the changelog from the commit history, - On the release branch, check and update the changelog if needed, update internal dependencies, and make sure everything's fine on CI,
- Run
./scripts/tag_release.sh MAJOR.MINOR.PATCHto create the specific version section in the changelog, merge the release branch inmain, create the release tag and update thedevelopbranch with those.
The rest, publishing the packages to dockerhub and updating the mirror repositories, is handled directly by the CI.
Owner
- Name: Cogment
- Login: cogment
- Kind: organization
- Website: https://cogment.ai
- Repositories: 6
- Profile: https://github.com/cogment
GitHub Events
Total
- Fork event: 2
Last Year
- Fork event: 2
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Emma Coutu | e****a@c****o | 471 |
| Air-sara | s****a@a****m | 110 |
| semantic-release-bot | s****t@m****t | 87 |
| Clodéric Mars | c****c@a****m | 33 |
| Omar H | o****r@a****m | 7 |
| Emma Coutu | e****a@a****m | 5 |
| Yves | y****s@a****m | 1 |
| François Chabot | f****s@a****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 16
- Average time to close issues: N/A
- Average time to close pull requests: 4 months
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.75
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 16
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (16)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- npm 18 last-month
- Total dependent packages: 1
- Total dependent repositories: 2
- Total versions: 81
- Total maintainers: 2
npmjs.org: @cogment/cogment-js-sdk
Javascript SDK for the Cogment Framework
- Homepage: https://github.com/cogment/cogment-js-sdk
- License: SEE LICENSE IN LICENSE.md
-
Latest release: 2.1.0
published almost 3 years ago