Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.3 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.3 KB

xmail-model-common

NPM version Build Status Dependency Status Coverage Status

the common model segment for xmail client

Install

$ npm install --save xmail-model-common

Usage

var xmailModelCommon = require('xmail-model-common');
xmailModelCommon(); // "awesome"

API

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using gulp.

License

Copyright (c) 2015 liuxiong. Licensed under the MIT license.