Skip to content

Commit 7015c3c

Browse files
committed
docs: add citation file
1 parent 92a11b3 commit 7015c3c

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CITATION.cff

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
cff-version: 1.2.0
2+
title: stdlib
3+
message: >-
4+
If you use this software, please cite it using the
5+
metadata from this file.
6+
7+
type: software
8+
9+
authors:
10+
- name: The Stdlib Authors
11+
url: https://github.com/stdlib-js/stdlib/graphs/contributors
12+
13+
repository-code: https://github.com/stdlib-js/stdlib
14+
url: https://stdlib.io
15+
16+
abstract: |
17+
Standard library for JavaScript and Node.js.
18+
19+
keywords:
20+
- JavaScript
21+
- Node.js
22+
- TypeScript
23+
- standard library
24+
- scientific computing
25+
- numeric computing
26+
- statistical computing
27+
28+
license: Apache-2.0 AND BSL-1.0
29+
30+
date-released: 2016

lib/node_modules/@stdlib/_tools/scripts/publish_packages.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ var CLI_INSTALLATION_SECTION = [
130130
].join( '\n' );
131131

132132
var mainDir = join( __dirname, '..', '..', '..', '..', '..' );
133-
var DOTFILES = [ '.editorconfig', '.gitignore', '.gitattributes', '.npmrc', 'CONTRIBUTORS', 'NOTICE' ];
133+
var DOTFILES = [ '.editorconfig', '.gitignore', '.gitattributes', '.npmrc', 'CONTRIBUTORS', 'NOTICE', 'CITATION.cff' ];
134134

135135
var WORKFLOW_CLOSE_PULLS = [
136136
'#/',

0 commit comments

Comments
 (0)