ts-toolbelt
Advanced tools
Comparing version 1.0.29 to 1.0.30
{ | ||
"name": "ts-toolbelt", | ||
"version": "1.0.29", | ||
"version": "1.0.30", | ||
"license": "Apache-2.0", | ||
@@ -22,3 +22,3 @@ "author": "Pierre-Antoine Mills", | ||
"scripts": { | ||
"test": "npm run build:types", | ||
"test": "npx eslint 'src/**' && npm run build:types", | ||
"build": "npm run build:types && npm run build:docs", | ||
@@ -25,0 +25,0 @@ "build:types": "rm -fr out && tsc --emitDeclarationOnly", |
@@ -45,12 +45,15 @@ <p align="center"> | ||
- [Introduction](#introduction) | ||
- [Motivation](#motivation) | ||
- [Features](#features) | ||
- [Feedback](#feedback) | ||
- [Contributors](#contributors) | ||
- [Build Process](#build-process) | ||
- [Backers](#backers-) | ||
- [Sponsors](#sponsors-) | ||
- [Getting started](#getting-started) | ||
- [Documentation](#documentation) | ||
- [Contributing](#contributing) | ||
- [Sponsoring issues](#sponsoring-issues) | ||
- [Running tests](#running-tests) | ||
- [Acknowledgments](#acknowledgments) | ||
- [What's next](#whats-next) | ||
- [Contact](#contact) | ||
- [Licence](#licence) | ||
## Introduction | ||
## Motivation | ||
@@ -62,11 +65,10 @@ ## Features | ||
* C | ||
* Feature request | ||
## Contribution | ||
## Getting Started | ||
<a href="https://issuehunt.io/r/pirix-gh/ts-toolbelt"> | ||
<img | ||
src="https://raw.githubusercontent.com/pirix-gh/ts-toolbelt/master/.github/issuehunt-logo.svg?sanitize=true"> | ||
</a> | ||
### Prerequisites | ||
## Installation | ||
### Installation | ||
```sh | ||
@@ -78,4 +80,25 @@ npm install ts-toolbelt --save | ||
yarn add ts-toolbelt | ||
``` | ||
``` | ||
# [Documentation](https://pirix-gh.github.io/ts-toolbelt/) | ||
### Demo | ||
## Documentation | ||
https://pirix-gh.github.io/ts-toolbelt/ | ||
## Contributing | ||
## Sponsoring issues | ||
<a href="https://issuehunt.io/r/pirix-gh/ts-toolbelt"> | ||
<img | ||
src="https://raw.githubusercontent.com/pirix-gh/ts-toolbelt/master/.github/issuehunt-logo.svg?sanitize=true"> | ||
</a> | ||
## Running tests | ||
## What's next | ||
## Acknowledgements | ||
## Licence |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110238
102