@wcp/wario-shared
v2.0.1
Published
This package contains shared types and utility functions for the WARIO software stack. It is designed to provide reusable components that can be utilized across various parts of the WARIO ecosystem.
Readme
WCP WARIO Shared
This package contains shared types and utility functions for the WARIO software stack. It is designed to provide reusable components that can be utilized across various parts of the WARIO ecosystem.
Features
- Commonly used types and interfaces.
- Utility functions for consistent behavior.
- Lightweight and easy to integrate.
Installation
To install the package, use npm or yarn:
npm install @wcp/wario-sharedor
yarn add @wcp/wario-sharedUsage
Import the shared types or functions into your project:
import { someUtilityFunction, SomeType } from '@wcp/wario-shared';
// Example usage
const result = someUtilityFunction();
const example: SomeType = { key: 'value' };Contributing
Contributions are welcome! Maybe you can start by helping define the contribution policy?
License
This project is licensed under the GNU General Public License v3.0.
