Skip to content

Commit a5eb00f

Browse files
committed
Initial impl
1 parent 9033155 commit a5eb00f

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

LICENSE

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Copyright 2021 Alisue, hashnote.net
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19+
SOFTWARE.
20+

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# 🐜 denops-std-deno
2+
3+
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/denops_std/mod.ts)
4+
[![deno](https://github.com/vim-denops/denops-std-deno/workflows/deno/badge.svg)](https://github.com/vim-denops/denops-std-deno/actions?query=workflow%3Adeno)
5+
6+
[Deno][deno] module for [denops.vim][denops.vim]. This module is assumed to be
7+
used in denops plugin and the code is assumed to be called in a worker thread
8+
for a plugin.
9+
10+
Note that this module focused to provide non-primitive features. See
11+
[denops-deno](https://github.com/vim-denops/denops-deno) for primitives.
12+
13+
**UNDER DEVELOPMENT**
14+
15+
[deno]: https://deno.land/
16+
[denops.vim]: https://github.com/vim-denops/denops.vim
17+
18+
## License
19+
20+
The code follows MIT license written in [LICENSE](./LICENSE). Contributors need
21+
to agree that any modifications sent in this repository follow the license.

mod.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)