Skip to content

Commit

Permalink
Exporting addPath and configureBaseUrl methods, updating deps, fixing… (
Browse files Browse the repository at this point in the history
#15)

* Exporting addPath and configureBaseUrl methods, updating deps, fixing formatting issues on README

* Updating tests
  • Loading branch information
lloydaf authored Aug 22, 2020
1 parent d24b4f6 commit 9a8301a
Show file tree
Hide file tree
Showing 5 changed files with 1,245 additions and 990 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,11 @@ Once you run this command, you should see that the file now uses absolute import
You can also clean up a whole directory. Just pass the name of the directory instead of the file and `unrelate` will do the rest.

For example,

```bash
unrelate cleanup ./src/app/components
```

will cleanup all files in the components directory and any files in any child directory.

## Contributing
Expand Down
Loading

0 comments on commit 9a8301a

Please sign in to comment.