elixir-cloud-aai / cloud-components

Reusable components for the ELIXIR Cloud
https://cloud-components.2.rahtiapp.fi/
Apache License 2.0
8 stars 14 forks source link

feat: initial boilerplate for ro-crate package #343

Closed sivangbagri closed 3 months ago

sivangbagri commented 3 months ago

Description

Checklist

Comments

Summary by Sourcery

Introduce the initial boilerplate code for the ro-crate package, including TypeScript configuration, development and testing server configurations, and basic utility functions.

New Features:

Enhancements:

Build:

Documentation:

changeset-bot[bot] commented 3 months ago

⚠️ No Changeset found

Latest commit: 63f200a280406fcde51a1f7c01dc9b866ca85344

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
elixir-cloud-components ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 14, 2024 10:43pm
sourcery-ai[bot] commented 3 months ago

Reviewer's Guide by Sourcery

This pull request introduces the initial boilerplate code for the ro-crate package. Key changes include the addition of a normalizePath function in the build script, updates to the utils script, and the creation of several configuration and documentation files for the new package.

File-Level Changes

Files Changes
packages/ecc-client-elixir-ro-crate/LICENSE.hbs
packages/ecc-client-elixir-ro-crate/custom-elements-manifest.config.js
packages/ecc-client-elixir-ro-crate/web-test-runner.config.mjs
packages/ecc-client-elixir-ro-crate/web-dev-server.config.mjs
packages/ecc-client-elixir-ro-crate/tsconfig.json
packages/ecc-client-elixir-ro-crate/README.md
packages/ecc-client-elixir-ro-crate/tsconfig.prod.json
Added initial boilerplate files for the ecc-client-elixir-ro-crate package, including license, configuration files, and README.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.
SalihuDickson commented 3 months ago

@sivangbagri, please resolve the conflicts on this so can merge