Skip to content

General configs, utilities, tools that can be used in other projects

License

Notifications You must be signed in to change notification settings

amangeldi0/grnx-utils-fork

 
 

Repository files navigation

@grnx-utils

🛠️ General configs, utilities, tools that can be used in other projects 🛠️


What is it?

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.

Available packages

Quick installation

yarn add @grnx-utils/<library>

Development and contribution

Internal scripts

Create library

nx gen --type=library --name=<your-library>

Create react library

nx gen --type=react-library --name=<your-library>

This commands will launch @grnx-utils/generator

Run tests with Vitest

nx test

About

General configs, utilities, tools that can be used in other projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.2%
  • SCSS 6.0%
  • JavaScript 2.8%