@dlocs-tech/card-app-sdk
v1.63.0
Published
> React hooks library for card applications
Readme
@dlocs-tech/card-app-sdk
React hooks library for card applications
Installation
npm install @dlocs/card-app-sdkyarn add @dlocs/card-app-sdkpnpm add @dlocs/card-app-sdkDevelopment
Prerequisites
- Node.js >= 18
- npm/yarn/pnpm
Setup
- Clone the repository
- Install dependencies:
yarn install - Start development:
yarn dev - Build library:
yarn build
Scripts
yarn dev- Watch mode for developmentyarn build- Build the libraryyarn prepublish- Clean dist folder and build for publishingyarn type-check- Type checking without emityarn lint:check- Run ESLint with error reportingyarn lint:fix- Run ESLint with auto-fixyarn format- Format code with Prettieryarn format:check- Check code formattingyarn format:lint- Format and lint codeyarn prepare- Setup husky hooks
Contributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
License
This project is licensed under the MIT License.
