@snailicide/g-library
v1.2.0
Published
Function library written in typescript
Downloads
3,582
Maintainers
Readme
@snailicide/g-library 🐌
Utility function library written in typescript
Repository
- Github:
@snailicide/g-library
•snailicide-monorepo
- CDN: jsdeliver
- Documentation: @snailicide/g-library docs
Author
👤 Gillian Tunney
Recommended package manager is pnpm
@snailicide/g-library 🐌
The @snailicide/g-library
package is a function library designed to provide a
collection of reusable functions that can be utilized across any project. It
aims to encapsulate common logic and utilities to promote code reuse and
maintainability.
Key Features
- Reusable Functions: Offers a wide range of utility functions that can be used across different modules and components within the project.
- Common Utilities: Includes functions for common tasks such as data manipulation, formatting, validation, and more.
Installation
This library is published in the NPM registry and can be installed using any compatible package manager.
#pnpm
pnpm add @snailicide/g-library
#yarn
yarn add @snailicide/g-library
#npm
npm install @snailicide/g-library