citation.js-master

所属分类:单片机开发
开发工具:WINDOWS
文件大小:90KB
下载次数:0
上传日期:2020-07-07 11:06:22
上 传 者sidds
说明:  Sine table generator logic

文件列表:
.jsdoc.json (565, 2019-07-06)
.jsdoc.tmpl (1923, 2019-07-06)
.travis.yml (181, 2019-07-06)
.uglify.json (103, 2019-07-06)
CHANGELOG.md (16630, 2019-07-06)
CONTRIBUTING.md (3244, 2019-07-06)
LICENSE.md (1087, 2019-07-06)
babel.config.js (188, 2019-07-06)
bin (0, 2019-07-06)
bin\cmd.js (49, 2019-07-06)
bin\man (0, 2019-07-06)
bin\man\citation-js.1 (1021, 2019-07-06)
docs (0, 2019-07-06)
docs\cite.md (4813, 2019-07-06)
docs\cite_constructor.md (1613, 2019-07-06)
docs\cite_data.md (1187, 2019-07-06)
docs\cite_output.md (2514, 2019-07-06)
docs\cli.md (3137, 2019-07-06)
docs\getting_started.md (2372, 2019-07-06)
docs\index.json (987, 2019-07-06)
docs\input.md (1717, 2019-07-06)
docs\input_formats.md (3089, 2019-07-06)
docs\input_options.md (775, 2019-07-06)
docs\input_plugins.md (6625, 2019-07-06)
docs\output.md (479, 2019-07-06)
docs\output_formats.md (3901, 2019-07-06)
docs\output_options.md (4744, 2019-07-06)
docs\output_plugins.md (1657, 2019-07-06)
docs\output_plugins_csl.md (1219, 2019-07-06)
docs\output_plugins_dict.md (1131, 2019-07-06)
docs\plugins.md (1432, 2019-07-06)
index.js (5199, 2019-07-06)
package-lock.json (204244, 2019-07-06)
package.json (2568, 2019-07-06)
test (0, 2019-07-06)
test\index.spec.js (4237, 2019-07-06)
tools (0, 2019-07-06)
... ...

Citation.js

Citation.js converts formats like BibTeX, Wikidata JSON and BibJSON to CSL-JSON to convert to other formats like APA, Vancouver, RIS and back to BibTeX. ---

Site Repo Getting Started Documentation Demo

--- [![NPM version](https://img.shields.io/npm/v/citation-js.svg)](https://npmjs.org/package/citation-js) [![NPM total downloads](https://img.shields.io/npm/dt/citation-js.svg)](https://npmcharts.com/compare/citation-js?minimal=true) [![Build Status](https://travis-ci.org/larsgw/citation.js.svg?branch=master)](https://travis-ci.org/larsgw/citation.js) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![Dependency Status](https://david-dm.org/larsgw/citation.js/status.svg)](https://david-dm.org/larsgw/citation.js) [![codecov](https://codecov.io/gh/larsgw/citation.js/branch/master/graph/badge.svg)](https://codecov.io/gh/larsgw/citation.js) [![Maintainability](https://api.codeclimate.com/v1/badges/2b5bc6024d63e519ac15/maintainability)](https://codeclimate.com/github/larsgw/citation.js/maintainability) [![Join the chat at https://gitter.im/citation-js/Lobby](https://badges.gitter.im/citation-js/Lobby.svg)](https://gitter.im/citation-js/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![license](https://img.shields.io/github/license/larsgw/citation.js.svg)](https://github.com/larsgw/citation.js/blob/master/LICENSE.md) [![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.1005176.svg)](https://doi.org/10.5281/zenodo.1005176) --- - [Install](#install) - [Getting Started](#getting-started) - [CLI](#cli) - [`Cite`](#cite) * [Async](#async) - [Acknowledgements](#acknowledgements) # Install On Node.js, install the package ([citation-js](https://npmjs.org/package/citation-js)) like this: npm install citation-js To install the CLI as a global command, do this: npm install --global citation-js Browser releases are available [here](https://github.com/larsgw/citation.js/tree/archive). These define `require` and add `citation-js` as a module. ```html ``` # Getting Started You can read a guide on how to get started, together with some tutorials and examples, [here](https://citation.js.org/api/tutorial-getting_started.html). # CLI > [More info](https://citation.js.org/api/tutorial-cli.html) Run the CLI like this: citation-js [options] Options: -h, --help output usage information -V, --version output the version number -i, --input Input file -u, --url Input url -t, --text Input text -o, --output Output file (omit file extension) -R, --output-non-real Do not output the file in its mime type, but as a string -f, --output-type

近期下载者

相关文件


收藏者