ansi-align
ansi-align copied to clipboard
Move to ESM
Changes
Closes #61 Closes #99
- Move to ESM
- Require Node.js 18
- Upgrade
string-widthto the latest (ESM) - Bump all devDependencies to the latest
- Add TypeScript definitions
- Use XO code style
- Use
c8instead ofnyc - Remove outdated toolchains (Travis CI, Greenkeeper, etc)
- Remove the
.center,.left, and.rightaliases- The
alignAnsiis simple enough; users can define their own aliases on their end as they want
- The
Hi @nexdrew. Do you want to have a look?