Add readme and modify package.json
This commit is contained in:
parent
d219f2c160
commit
6e8ffff25d
20
README.md
Normal file
20
README.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
Typertext
|
||||
=========
|
||||
Typertext is a TypeScript native library for simple, sane, and extensible HTTP requests.
|
||||
|
||||
Usage
|
||||
-----
|
||||
````
|
||||
//Example code here
|
||||
````
|
||||
|
||||
Todo
|
||||
----
|
||||
- More robust error handling
|
||||
- Bower integration
|
||||
- Documentation
|
||||
|
||||
Changelog
|
||||
---------
|
||||
####0.1.1
|
||||
Initial commit
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"name": "Typertext",
|
||||
"description": "A simple TypeScript HTTP request library",
|
||||
"repository" : {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/terribleplan/Typertext.git"
|
||||
},
|
||||
"version": "0.1.1",
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.2",
|
||||
|
|
Reference in a new issue