added initial structure

This commit is contained in:
Phil Kunz
2015-10-04 23:21:10 +02:00
parent 6076eb7a1b
commit 5195751211
13 changed files with 2213 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# smartcli
nodejs wrapper for CLI related tasks
### Buildstatus/Dependencies
[![Build Status](https://travis-ci.org/pushrocks/smartcli.svg?branch=master)](https://travis-ci.org/pushrocks/smartcli)
[![devDependency Status](https://david-dm.org/pushrocks/smartcli/dev-status.svg)](https://david-dm.org/pushrocks/smartcli#info=devDependencies)
### Usage
This npm package comes with everything you need to start your own gulp plugin.
We recommend modifying the ts/index.ts file,
then run `npm install` to install the dev dependencies
and use `npm test` to compile the TypeScript file.
Cheers
Phil from Lossless Digital