Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/informatix8/paywall-truncator
- Owner: informatix8
- Created: 2020-06-26T16:44:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T17:09:14.000Z (over 4 years ago)
- Last Synced: 2024-04-25T20:04:08.448Z (10 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```