1.0.1 • Published 2 years ago

file-open-in-editor v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

\

This webcomponent follows the open-wc recommendation.

Installation

npm i file-open-in-editor

Usage

Set your workspace.

localStorage.setItem('DEV_WORKSPACE_PATH', '/User/name/Workspace/MyProject/')
<script type="module">
  import 'file-open-in-editor/file-open-in-editor.js';
</script>

<file-open-in-editor src="src/component/header.js"></file-open-in-editor>