Skip to content

Commit

Permalink
feat: add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bajdzis committed Jun 30, 2021
1 parent 95f450a commit 5fd5159
Show file tree
Hide file tree
Showing 4 changed files with 296 additions and 35 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
language: node_js
node_js: '14'
cache: npm
script:
- npm run test:coverage
9 changes: 9 additions & 0 deletions README.md
@@ -0,0 +1,9 @@
# Awesome Tree

Engine for awesome tree extension:

https://github.com/Bajdzis/vscode-awesome-tree

[![Build Status](https://travis-ci.com/Bajdzis/awesome-tree.svg?branch=master)](https://travis-ci.com/Bajdzis/awesome-tree)
[![Coverage Status](https://coveralls.io/repos/github/Bajdzis/awesome-tree/badge.svg?branch=master)](https://coveralls.io/github/Bajdzis/awesome-tree?branch=master)

0 comments on commit 5fd5159

Please sign in to comment.