@turbo-eth/core-wagmi
TypeScript icon, indicating that this package has built-in type declarations

0.0.0-beta.8 • Public • Published

Core WAGMI

CI TS GPLv3 license Version Downloads/week

💾  Installation

npm install @turbo-eth/core-wagmi
yarn add @turbo-eth/core-wagmi
pnpm add @turbo-eth/erc721-wagmi
git clone https://github.com/turbo-eth/core-wagmi

💻 Developer Experience

The module uses a combination of DTS and Microbundle to manage the development workflow.

🐕 What is husky

Husky improves your git commits.

You can use it to lint your commit messages, run tests, lint code, etc... when you commit or push. Husky supports all Git hooks.

🪝 Hooks

  • pre-commit: lint code by applying eslint
  • commit-msg: force commintlint rules

📋 What is commitlint

commitlint checks if your commit messages meet the conventional commit format.

In general the pattern mostly looks like this:

type(scope?): subject  #scope is optional; multiple scopes are supported (current delimiter options: "/", "\" and ",")

Real world examples can look like this:

chore: run tests on travis ci
fix(server): send cors headers
feat(blog): add comment section

Common types according to commitlint-config-conventional (based on the Angular convention) can be:

  • build
  • chore
  • ci
  • docs
  • feat
  • fix
  • perf
  • refactor
  • revert
  • style
  • test

Sponsors & Maintainers

The TurboETH Web3 Build System development is (currently) sponsored (and maintained) by District Labs.

Interested in sponsoring the development and maintenance of the TurboETH - Web3 Build System templates, utilities and modules?

Contact us today at District Labs or collect (coming soon) the TurboETH Mirror Collection.


Copyright 2022 Kames Geraghty

Readme

Keywords

none

Package Sidebar

Install

npm i @turbo-eth/core-wagmi

Weekly Downloads

0

Version

0.0.0-beta.8

License

MIT

Unpacked Size

68.1 kB

Total Files

53

Last publish

Collaborators

  • sudokames