-
This repo has been created from these ones:
-
The main purpose of the repo is to group libraries
atomic_hooks
,seed_hooks
andseed_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 beforepush
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.
- Please run at least
-
Notifications
You must be signed in to change notification settings - Fork 7
Seed Styles and Hooks
License
seed-rs/styles_hooks
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Seed Styles and Hooks
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published