0.1.0 • Published 3 months ago

youwe-motion-package v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

Youwe motion

The Youwe motion package is the code counterpart of the catalog. A place where design and development meets. The goal of this package is to create a plug and play solution for adding motion to Youwe's repositories.

Usage in project

To install this project run:

  npm install youwe-motion
  bun add youwe-motion
  yarn add youwe-motion

Import wanted motion wrapper

  import { WANTED_MOTION_WRAPPER } from "youwe-motion"

Contributing

Contributions are always welcome!

See the digital studio's confluence page for ways to get started and to check the Trello board for work that is already being picked up.

Pipelines

Pushing changes on the main branch will cause the 2 GitHub actions workflow to trigger. The CI workflow checks for typing and linting. Once approved the publish workflow starts and created a PR. The PR contains the changeset entries for a clear overview. Once ready, clicking the merge button automatically published the PR's changes to the NPM registry.

Create changeset entry for documentation

  pnpm changeset

Check typing and linting

  pnpm run build

Publish to npm registry

  pnpm release

Authors

License

MIT

0.1.0

3 months ago

0.0.9

3 months ago

0.0.8

3 months ago

0.0.7

3 months ago

0.0.6

3 months ago

0.0.5

3 months ago

0.0.4

3 months ago

0.0.3

3 months ago

0.0.2

3 months ago

0.0.1

3 months ago