Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonwong/fly-helper
It's a Tool library, method collection
https://github.com/simonwong/fly-helper
gulp jest rollup typescript
Last synced: 20 days ago
JSON representation
It's a Tool library, method collection
- Host: GitHub
- URL: https://github.com/simonwong/fly-helper
- Owner: simonwong
- License: mit
- Created: 2019-12-25T11:25:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T10:04:42.000Z (over 1 year ago)
- Last Synced: 2024-10-11T09:39:59.973Z (28 days ago)
- Topics: gulp, jest, rollup, typescript
- Language: TypeScript
- Homepage:
- Size: 792 KB
- Stars: 31
- Watchers: 3
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# fly-helper
It's a Tool library, method collection.
![test](https://github.com/simonwong/fly-helper/workflows/test/badge.svg)
[![codecov](https://codecov.io/gh/simonwong/fly-helper/branch/master/graph/badge.svg)](https://codecov.io/gh/simonwong/fly-helper)
[![Build Status](https://travis-ci.com/simonwong/fly-helper.svg?branch=master)](https://travis-ci.com/simonwong/fly-helper)## Usage
- install
```shell
npm install fly-helper --save# or
yarn add fly-helper
```- example
```javascript
import { isNumber } from 'fly-helper'isNumber()
```## License
The scripts and documentation in this project are released under the [MIT License](https://github.com/simonwong/fly-helper/blob/master/LICENSE)