Skip to content

Commit

Permalink
Push everything 😄
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Casto committed Mar 24, 2019
1 parent 6d84c40 commit f5658db
Show file tree
Hide file tree
Showing 10 changed files with 3,255 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
@@ -0,0 +1,11 @@
root = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

7 changes: 7 additions & 0 deletions .gitignore
@@ -0,0 +1,7 @@
*-debug.log
*-error.log
/.nyc_output
/dist
/tmp
/yarn.lock
node_modules
Empty file added README.md
Empty file.
5 changes: 5 additions & 0 deletions bin/run
@@ -0,0 +1,5 @@
#!/usr/bin/env node

require('@oclif/command').run()
.then(require('@oclif/command/flush'))
.catch(require('@oclif/errors/handle'))
3 changes: 3 additions & 0 deletions bin/run.cmd
@@ -0,0 +1,3 @@
@echo off

node "%~dp0\run" %*

0 comments on commit f5658db

Please sign in to comment.