@clodeo/utils
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@clodeo/utils", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Clodeo utilities library", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
# Clodeo utilities package | ||
A Clodeo javascript library containing commonly to rarely used utilities functions in the Clodeo web ecosystem. | ||
## Installation | ||
1. Clone repo | ||
2. `npm i` or `npm install | ||
## Helper Script | ||
### - functionAdd | ||
Create a new template .ts file in the `src/` and .test.ts file in the `src/__tests__` | ||
with the given name. | ||
Usage: Use linux/wsl and run `./functionAdd.sh fileName` | ||
### - functionRemove | ||
Remove both .ts and .test.ts files in the `src/` and `src/__tests__` directories | ||
Usage: Use linux/wsl and run `./functionRemove.sh fileName` | ||
### - functionExport | ||
Generate `index.ts` in `src/` exporting all function files in the directory | ||
Usage: Use linux/wsl and run `./functionExport.sh` | ||
For development README see [src/README.md](src/README.md) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26311
5