seed-rs / styles_hooks

Seed Styles and Hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seed Styles and Hooks

  • This repo has been created from these ones:

  • The main purpose of the repo is to group libraries atomic_hooks, seed_hooks and seed_styles to make development faster and easier.

  • Note: There are still active issues in the repos above and all corresponding crates currently deployed on crates.io are based on them.

  • You can find tutorials and documentation on seed-style-hooks.netlify.app, however it's possible that some information will become obsolete.

  • Include chosen libraries in your Seed project this way:

    [dependencies]
    seed_styles = { git = "https://github.com/seed-rs/styles_hooks", package = "seed_styles", branch = "main" }
    seed_hooks = { git = "https://github.com/seed-rs/styles_hooks", package = "seed_hooks", branch = "main" }
    atomic_hooks = { git = "https://github.com/seed-rs/styles_hooks", package = "atomic_hooks", branch = "main" }
  • All libraries use Seed's master branch.

  • Development:

    • Please run at least cargo build from the root before push to make sure all libraries are still compatible. We'll setup CI with tests and linters later.
    • Use stable and the latest Rust version ($ rustup update).
    • Squash commits and try to respect Conventional Commits.
    • Update CHANGELOG.md.

About

Seed Styles and Hooks

License:MIT License


Languages

Language:Rust 100.0%