https://github.com/csprance/gimme-squirrels
Because everyone needs a list of squirrels to use occasionally
https://github.com/csprance/gimme-squirrels
fun serious-business ship-it squirrels
Last synced: about 1 year ago
JSON representation
Because everyone needs a list of squirrels to use occasionally
- Host: GitHub
- URL: https://github.com/csprance/gimme-squirrels
- Owner: csprance
- License: apache-2.0
- Created: 2018-03-30T04:50:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T19:58:52.000Z (about 8 years ago)
- Last Synced: 2025-02-06T05:31:22.979Z (over 1 year ago)
- Topics: fun, serious-business, ship-it, squirrels
- Language: TypeScript
- Size: 8.33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Node.js version][nodejs-badge]][nodejs]
[![NPM version][npm-badge]][npm]
[![APLv2][license-badge]][LICENSE]
[![PRs Welcome][prs-badge]][prs]
[![Donate][donate-badge]][donate]
[![Watch on GitHub][github-watch-badge]][github-watch]
[![Star on GitHub][github-star-badge]][github-star]
[![Tweet][twitter-badge]][twitter]
# Gimme Squirrels
> Gives you squirrels
## How to get Squirrels
```js
import squirrels from 'gimme-squirrels';
const squirrel = squirrels.single();
const squirrels = squirrels.many(5)
```
## License
Licensed under the APLv2. See the [LICENSE](https://github.com/csprance/gimme-squirrels/blob/master/LICENSE) file for details.
[nodejs-badge]: https://img.shields.io/badge/node->=%208.9-blue.svg
[nodejs]: https://nodejs.org/dist/latest-v6.x/docs/api/
[npm-badge]: https://img.shields.io/badge/npm->=%205.5.1-blue.svg
[npm]: https://docs.npmjs.com/
[typescript]: https://www.typescriptlang.org/
[typescript-28]: https://github.com/Microsoft/TypeScript/wiki/What's-new-in-TypeScript#typescript-28
[license-badge]: https://img.shields.io/badge/license-APLv2-blue.svg
[license]: https://github.com/csprance/gimme-squirrels/blob/master/LICENSE
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg
[prs]: http://makeapullrequest.com
[donate-badge]: https://img.shields.io/badge/$-support-green.svg
[donate]: http://paypal.me/csprance
[github-watch-badge]: https://img.shields.io/github/watchers/csprance/gimme-squirrels.svg?style=social
[github-watch]: https://github.com/csprance/gimme-squirrels/watchers
[github-star-badge]: https://img.shields.io/github/stars/csprance/gimme-squirrels.svg?style=social
[github-star]: https://github.com/csprance/gimme-squirrels/stargazers
[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20this%20Shiz!%20https://github.com/csprance/gimme-squirrels%20%F0%9F%91%8D
[twitter-badge]: https://img.shields.io/twitter/url/https/csprance/gimme-squirrels.svg?style=social
[jest]: https://facebook.github.io/jest/
[tslint]: https://palantir.github.io/tslint/
[tslint-microsoft-contrib]: https://github.com/Microsoft/tslint-microsoft-contrib
[wiki-js-tests]: https://github.com/jsynowiec/node-typescript-boilerplate/wiki/Unit-tests-in-plain-JavaScript