https://github.com/informatix8/paywall-truncator
https://github.com/informatix8/paywall-truncator
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/informatix8/paywall-truncator
- Owner: informatix8
- Created: 2020-06-26T16:44:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T17:09:14.000Z (about 6 years ago)
- Last Synced: 2025-08-29T21:04:39.904Z (11 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- 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 .
```