Skip to content

Commit

Permalink
Update notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wandyezj committed Mar 7, 2024
1 parent b5a100c commit 1e8a454
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Designed for developing TypeScript NPM libraries. The layout can be applied to o
- [TypeScript](#typescript)
- [Operating System](#operating-system)
- [Windows Subsystem for Linux](#windows-subsystem-for-linux)
- [Useful Packages](#useful-packages)
- [Comments on Common Packages](#comments-on-common-packages)
- [express](#express)
- [fs-extra](#fs-extra)
Expand Down Expand Up @@ -449,6 +450,14 @@ wls can be installed and used to run and install node.

This can be used to run linux commands on Windows.

## Useful Packages

- [lz-string](https://www.npmjs.com/package/lz-string)
- compress and decompress strings
- [marked](https://www.npmjs.com/package/marked)
- markdown parser
- [Fluent UI](https://developer.microsoft.com/en-us/fluentui#/)
- React UI component library

## Comments on Common Packages

Expand Down

0 comments on commit 1e8a454

Please sign in to comment.