Skip to content

Commit

Permalink
πŸš€ feat(README.md): add documentation for tabletron package
Browse files Browse the repository at this point in the history
πŸ› 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
nyxb committed May 20, 2023
1 parent e79214c commit 174a332
Show file tree
Hide file tree
Showing 6 changed files with 628 additions and 224 deletions.
Loading

0 comments on commit 174a332

Please sign in to comment.