🛠️ General configs, utilities, tools that can be used in other projects 🛠️
This is just a set of small utilities and presets for other projects to avoid copying the source code in each project.
Over time, the project will expand.
- @grnx-utils/eslint — eslint config built on top of eslint-kit presets
- @grnx-utils/apollo — wrapper over @apollo/client, which makes the syntax cleaner
- @grnx-utils/local-storage — convenient API for working with localStorage
- @grnx-utils/react-hooks — collection of React hooks
- @grnx-utils/types — collection of types and interfaces for your project
- @grnx-utils/css-presets — set of mixins and variables for different CSS libraries and frameworks
- @grnx-utils/react — set of React components that make React syntactically better
yarn add @grnx-utils/<library>
nx gen --type=library --name=<your-library>
nx gen --type=react-library --name=<your-library>
This commands will launch @grnx-utils/generator
nx test