Advanced Search
Search Results
5 total results found
readme.md for @fin.cx/portablefinance
an interface package for the financeplus organization Install To install the @fin.cx/portablefinance package, you can use npm or yarn. Make sure you have Node.js installed on your machine. Using npm: npm install @fin.cx/portablefinance Using yarn: yarn add @f...
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 ...
readme.md for @push.rocks/smartcsv
handle csv data | gitzone standard compliant Install To install @push.rocks/smartcsv, use the following command with npm: npm install @push.rocks/smartcsv --save Or, if you prefer using Yarn: yarn add @push.rocks/smartcsv Usage @push.rocks/smartcsv is a powe...
changelog.md for @fin.cx/portablefinance
2024-07-05 - 1.0.28 - fix(documentation) Updated documentation in readme.md Fixed and elaborated on the installation steps for npm and yarn. Added usage examples and interfaces overview sections. Included sections on advanced usage scenarios like handling mul...
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 ...