generated from Flcwl/duration-pretty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from Flcwl/feat/unext
Feat/unext
- Loading branch information
Showing
4 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"unext": patch | ||
--- | ||
|
||
update tsc config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Unext | ||
|
||
[![Build Status](https://travis-ci.org/Flcwl/unext.svg?branch=master)](https://travis-ci.org/github/Flcwl/unext) | ||
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Flcwl/unext/blob/master/LICENSE) | ||
[![npm version](https://img.shields.io/npm/v/unext.svg?style=flat)](https://www.npmjs.com/package/unext) | ||
|
||
> A modern web utils collection using esnext. | ||
## Getting Started | ||
|
||
### Installation | ||
|
||
```console | ||
npm install --save unext | ||
``` | ||
|
||
### Documentation | ||
|
||
```js | ||
import Scroll from "unext/dom/scroll"; | ||
``` | ||
|
||
## Tests | ||
|
||
You can find all cases in `files:/test/*.spec.js`, And testing Using below script. | ||
|
||
```console | ||
npm run test | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters