You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,15 @@
3
3
4
4
### Usage
5
5
1. Install it with `npm i @js-migrations/core`.
6
+
1.[Create a repository facade](#create-a-repository-facade)
6
7
1.[Use the factory to create the service facade](#use-the-factory).
7
8
9
+
### Create a repository facade
10
+
This package contains the [RepoFacade TypeScript interface](./src/RepoFacade.ts). You can create a facade to match the interface using the factories below.
0 commit comments