Skip to content

Commit c65c61b

Browse files
committed
v0.0.6
1 parent de710ad commit c65c61b

26 files changed

Lines changed: 3223 additions & 106 deletions

DEV_CHECKLIST.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
- [ ] Have you used the code locally?
99
- [ ] Check your email and username. Protect PII. `git log -n1`
1010

11-
1211
```bash
1312
npm run build
1413
npm run test

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ A library project for nodejs. #nodejs #typescript #library
99

1010
1. hello (for debugging)
1111
2. `pojo` for converting class objects to Plain Old Javascript Objects.
12+
3. `createFindDirectories` as a factory for finding directories; think `find path -type d`.
1213

1314
## Develop
1415

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ A library project for nodejs. #nodejs #typescript #library
1313

1414
1. hello (for debugging)
1515
2. `pojo` for converting class objects to Plain Old Javascript Objects.
16+
3. `createFindDirectories` as a factory for finding directories; think `find path -type d`.
1617

1718
## Develop
1819

0 commit comments

Comments
 (0)