https://github.com/hubgit/citation-parsers
Comparison of JavaScript BibTeX parsers
https://github.com/hubgit/citation-parsers
Last synced: 7 months ago
JSON representation
Comparison of JavaScript BibTeX parsers
- Host: GitHub
- URL: https://github.com/hubgit/citation-parsers
- Owner: hubgit
- Created: 2019-10-19T13:13:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T02:24:55.000Z (about 3 years ago)
- Last Synced: 2025-03-11T11:08:46.597Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://citation-parsers.now.sh
- Size: 403 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage
1. Install [Now CLI](https://zeit.co/download).
1. Run [`yarn`](https://yarnpkg.com/) to install dependencies.
1. Edit these values:
* `package.json`: `name`
* `now.json`: `name`, `alias`
* `webpack.config.js`: `title`
1. Run `now dev` to start serving the app locally.
1. Run `now --target production` to deploy the app via [Now](https://now.sh).
## Upgrading dependencies
Run `yarn upgrade-interactive --latest` to choose which dependencies to upgrade.
## Bundle analysis
1. `npm -g install webpack-bundle-analyzer`
2. `yarn run --silent webpack --profile --json > stats.json`
3. `webpack-bundle-analyzer stats.json`