Skip to content

Commit

Permalink
init data project
Browse files Browse the repository at this point in the history
  • Loading branch information
zengyue committed Jul 6, 2014
0 parents commit c4be541
Show file tree
Hide file tree
Showing 16 changed files with 5,486 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
*.iml
.idea/
.ipr
.iws
*~
~*
*.diff
*.patch
*.bak
.DS_Store
Thumbs.db
.project
.*proj
.svn/
*.swp
*.swo
*.pyc
*.pyo
.build
node_modules
_site
sea-modules
.cache
8 changes: 8 additions & 0 deletions .spmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
dist
_site
sea-modules
node_modules
.git
tests
examples
test
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# History

---

## 1.1.0

`new` It is the first version of data.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# data

---

[![spm version](http://spmjs.io/badge/data)](http://spmjs.io/package/data)

An awesome spm package!

---

## Install

```
$ spm install data --save
```

## Usage

```js
var data = require('data');
// use data
```

## Api

Here is more details.

Loading

0 comments on commit c4be541

Please sign in to comment.