Initial commit.

This commit is contained in:
James Devlin 2015-09-01 01:03:58 -04:00
commit 9216b9cafb
4 changed files with 30 additions and 0 deletions

17
.gitattributes vendored Normal file
View File

@ -0,0 +1,17 @@
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
*.cs diff=csharp
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules/

5
LICENSE.md Normal file
View File

@ -0,0 +1,5 @@
# License #
All source code and IP in this repository is proprietary and confidential under US and international IP and copyright law. Where no explicit copyright notice is given, the following applies:
**Copyright (c) 2014-2015 by James M. Devlin. All rights reserved.**

7
README.md Normal file
View File

@ -0,0 +1,7 @@
scrappy
=======
Scrappy (code-name) is the HMR command-line application for OS X, Windows, and Linux.
## License
Proprietary and confidential. Copyright (c) 2015 by James M. Devlin. All rights reserved.