Advanced Search
Search Results
4 total results found
readme.md for @apiclient.xyz/tink
an unofficial api abstraction for tink.com Install To install @apiclient.xyz/tink, use either npm or yarn as per your preference. Run the following command in your project directory: npm install @apiclient.xyz/tink --save Or if you prefer yarn, use: yarn add ...
readme.md for @fin.cx/csvparser
# @fin.cx/csvparser a csvparser for fin2021 ## Install To install the `@fin.cx/csvparser` module, you can use npm. Simply run the following command: ```bash npm install @fin.cx/csvparser Usage The @fin.cx/csvparser module provides tools to parse CSV files ...
changelog.md for @apiclient.xyz/tink
2024-06-24 - 3.1.13 - fix(dependencies) Update dependencies to latest versions Updated @git.zone/tsbuild to version ^2.1.82 Updated @git.zone/tsrun to version ^1.2.49 Updated @git.zone/tstest to version ^1.0.90 Updated @push.rocks/tapbundle to version ^5.0.23...
changelog.md for @fin.cx/csvparser
2024-07-05 - 1.1.0 - feat(core) Add support for CI workflows and update gitignore Added .gitea/workflows/default_nottags.yaml for non-tag workflows. Added .gitea/workflows/default_tags.yaml for tag workflows. Updated .gitignore to include standard and custom ...