Skip to content

Commit

Permalink
Add Related projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jalal246 committed Mar 5, 2020
1 parent 86c6234 commit 43532ab
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,18 @@ const { sorted } = sortPackages(packages);
// unSorted: [pkg2]
```

## Tests
### Related projects

- [move-position](https://github.com/jalal246/move-position) - Moves element
index in given array from position A to B.

- [builderz](https://github.com/jalal246/builderz) - Building your project with zero config.

- [corename](https://github.com/jalal246/corename) - Extracts package name.

- [get-info](https://github.com/jalal246/get-info) - Utility functions for projects production.

### Tests

```sh
npm test
Expand Down

0 comments on commit 43532ab

Please sign in to comment.