Skip to content

Commit 1ab1b0b

Browse files
First commit
0 parents  commit 1ab1b0b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Insomnia Core Repo Sync Plugin
2+
3+
This plugin was developed to make it easier to sync workspaces in a given repository.
4+
5+
To use it, just install in your Insomnia Core application and go to > `Repo Sync - Configure` and set at the folder where you want your workspace config files to be exported/imported from.
6+
7+
Then you can go to `Repo Sync - Export Workspace` to instantly export your current workspace to your repo and can use `Repo Sync - Import Workspace` to import any repository changes on the current workspace. Each workspace will generate a `<workspace-name>.yml` file inside your repository.
8+
9+
We suggest you to use it with a git repository where you can create versions of your workspaces configs.

0 commit comments

Comments
 (0)