added travis and improved README
This commit is contained in:
2
ts/cflare.classes.helpers.ts
Normal file
2
ts/cflare.classes.helpers.ts
Normal file
@ -0,0 +1,2 @@
|
||||
/// <reference path="./typings/main.d.ts" />
|
||||
import plugins = require("./cflare.plugins");
|
12
ts/cflare.classes.ts
Normal file
12
ts/cflare.classes.ts
Normal file
@ -0,0 +1,12 @@
|
||||
/// <reference path="./typings/main.d.ts" />
|
||||
import plugins = require("./cflare.plugins");
|
||||
import helpers = require("./cflare.classes.helpers");
|
||||
|
||||
class cflare {
|
||||
private authEmail:string;
|
||||
private authKey:string;
|
||||
constructor(){
|
||||
|
||||
};
|
||||
|
||||
};
|
3
ts/cflare.plugins.ts
Normal file
3
ts/cflare.plugins.ts
Normal file
@ -0,0 +1,3 @@
|
||||
/// <reference path="./typings/main.d.ts" />
|
||||
export let beautylog = require("beautylog");
|
||||
export let request = require("request");
|
2
ts/index.ts
Normal file
2
ts/index.ts
Normal file
@ -0,0 +1,2 @@
|
||||
/// <reference path="./typings/main.d.ts" />
|
||||
import plugins = require("./cflare.plugins");
|
8
ts/typings.json
Normal file
8
ts/typings.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"version": false,
|
||||
"dependencies": {},
|
||||
"ambientDependencies": {
|
||||
"colors": "registry:dt/colors#0.6.0-1+20160425153322",
|
||||
"node": "registry:dt/node#4.0.0+20160423143914"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user