Skip to content

Commit

Permalink
Add change to intro
Browse files Browse the repository at this point in the history
  • Loading branch information
jalal246 committed Mar 16, 2020
1 parent f5f2196 commit d38d2d7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Package Sorter

> A function sorts a group of packages that depends on each other :nerd_face:
> Sorting a group of packages that depends on each other :nerd_face:
When you have projects depend on each other. You have to build core first, then
the project depends on it, and so on. You probably want this step to be automated
so you can use `package-sorter(unsortedPackages[], coreDependency)`.
Having multiple projects in workspace depending on each other is headache. You
have to build core first, then the project depends on it, and so on. You
probably want this step to be automated so you can use
`package-sorter(unsortedPackages[], coreDependency)`.

```bash
npm install package-sorter
Expand Down

0 comments on commit d38d2d7

Please sign in to comment.