Skip to content

Commit 14d98f8

Browse files
committed
Initial scaffolding for the project.
1 parent 0403e62 commit 14d98f8

File tree

4 files changed

+71
-0
lines changed

4 files changed

+71
-0
lines changed

CHENGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# node-api-headers Changelog

CODE_OF_CONDUCT.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Code of Conduct
2+
3+
The Node.js Code of Conduct, which applies to this project, can be found at
4+
https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md.

CONTRIBUTING.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Developer's Certificate of Origin 1.1
2+
3+
By making a contribution to this project, I certify that:
4+
5+
* (a) The contribution was created in whole or in part by me and I
6+
have the right to submit it under the open source license
7+
indicated in the file; or
8+
9+
* (b) The contribution is based upon previous work that, to the best
10+
of my knowledge, is covered under an appropriate open source
11+
license and I have the right under that license to submit that
12+
work with modifications, whether created in whole or in part
13+
by me, under the same open source license (unless I am
14+
permitted to submit under a different license), as indicated
15+
in the file; or
16+
17+
* (c) The contribution was provided directly to me by some other
18+
person who certified (a), (b) or (c) and I have not modified
19+
it.
20+
21+
* (d) I understand and agree that this project and the contribution
22+
are public and that a record of the contribution (including all
23+
personal information I submit with it, including my sign-off) is
24+
maintained indefinitely and may be redistributed consistent with
25+
this project or the open source license(s) involved.
26+
27+
## Moderation Policy
28+
29+
The [Node.js Moderation Policy] applies to this project.
30+
31+
[Node.js Moderation Policy]:
32+
https://github.com/nodejs/admin/blob/master/Moderation-Policy.md

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# node-api-headers
2+
3+
- **[Introduction](#introduction)**
4+
- **[Contributing](CONTRIBUTING.md)**
5+
- **[Code of Conduct](CODE_OF_CONDUCT.md)**
6+
- **[Team](#team)**
7+
- **[License](#license)**
8+
9+
<a name="introduction"></a>
10+
11+
## Introduction
12+
13+
The **node-api-headers** moldule contains the header files for the C based
14+
Node-API provided by Node.js.
15+
16+
<a name="team"></a>
17+
18+
## Team members
19+
20+
### Active
21+
| Name | GitHub Link |
22+
| ------------------- | ----------------------------------------------------- |
23+
| Anna Henningsen | [addaleax](https://github.com/addaleax) |
24+
| Chengzhong Wu | [legendecas](https://github.com/legendecas) |
25+
| Gabriel Schulhof | [gabrielschulhof](https://github.com/gabrielschulhof) |
26+
| Hitesh Kanwathirtha | [digitalinfinity](https://github.com/digitalinfinity) |
27+
| Jim Schlight | [jschlight](https://github.com/jschlight) |
28+
| Michael Dawson | [mhdawson](https://github.com/mhdawson) |
29+
| Kevin Eady | [KevinEady](https://github.com/KevinEady)
30+
| Nicola Del Gobbo | [NickNaso](https://github.com/NickNaso) |
31+
32+
<a name="license"></a>
33+
34+
Licensed under [MIT](./LICENSE.md)

0 commit comments

Comments
 (0)