Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: about 1 month 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 .
```