Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π feat(README.md): add documentation for tabletron package
π fix(auto-resize.ts): replace deprecated terminalColumns function with tabletron The README.md file now includes comprehensive documentation for the tabletron package, including installation instructions, usage examples, and API documentation. The auto-resize.ts example file has been updated to use the tabletron function instead of the deprecated terminalColumns function. π chore(lorem-ipsum.ts): update dependencies and fix formatting π chore(responsive-table.ts): update dependencies and fix formatting π chore(package.json): add prepack script and update release script The changes in these files are purely cosmetic and do not affect the functionality of the application. The commit updates the dependencies and fixes the formatting of the code. Additionally, a prepack script has been added to build the application before packaging it, and the release script has been updated to include testing and changelog generation before publishing the package and pushing the tags to the main branch. π¨ style(terminal-columns.test.ts): rename terminalColumns to tabletron The import statement for the table formatting library was changed from `terminalColumns` to `tabletron` to improve the semantics of the code. The variable name was changed in all the test cases and the function calls.
- Loading branch information