An open API service indexing awesome lists of open source software.

https://github.com/informatix8/paywall-truncator


https://github.com/informatix8/paywall-truncator

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Truncator

## Install

```shell
npm install
```

## Development

```shell
npm run dev
```

## Build

```shell
npm run build
```

## Release

```shell
npm run build
git tag -a vX.Y.Z
git push origin master
git push origin --tags
npm publish --access=public .
```