Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
talyguryn committed Feb 6, 2018
0 parents commit 2b474ee
Show file tree
Hide file tree
Showing 9 changed files with 1,994 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.idea/
node_modules/
temp/
.DS_Store
build/
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Contourer

...

## Usage

...

### Install

```sh
$ npm i
```

### Run

```bash
$ npm start <path-to-file>
```

or

```sh
$ ./contourer <path-to-file>
```

### Pack binary

```bash
$ npm run pack
```
Loading

0 comments on commit 2b474ee

Please sign in to comment.