📝 Change spaces
This commit is contained in:
parent
5824923016
commit
ccdb5a301f
16
README.md
16
README.md
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
This is a part of [Node3D](https://github.com/node-3d) project.
|
This is a part of [Node3D](https://github.com/node-3d) project.
|
||||||
|
|
||||||
[](https://nodei.co/npm/addon-tools-raub/)
|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
@ -20,14 +21,9 @@ Useful links: [V8 Ref](https://v8.paulfryzel.com/docs/master/),
|
||||||
[Nan Docs](https://github.com/nodejs/nan#api),
|
[Nan Docs](https://github.com/nodejs/nan#api),
|
||||||
[GYP Docs](https://gyp.gsrc.io/docs/UserDocumentation.md).
|
[GYP Docs](https://gyp.gsrc.io/docs/UserDocumentation.md).
|
||||||
|
|
||||||
|
|
||||||
## Install
|
|
||||||
|
|
||||||
`npm i -s addon-tools-raub`
|
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
## Contents
|
## Contents
|
||||||
|
|
||||||
[Snippets](#snippets)
|
[Snippets](#snippets)
|
||||||
|
@ -339,9 +335,9 @@ const core = require(`./${binPath}/MY_ADDON`);
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
## include/addon-tools.hpp
|
## include/addon-tools.hpp
|
||||||
|
|
||||||
There is a C++ header file, `addon-tools.hpp`, shipped with this package. It
|
There is a C++ header file, `addon-tools.hpp`, shipped with this package. It
|
||||||
|
@ -607,9 +603,9 @@ content is then returned as `node::Buffer`. Returns `nullptr` in other cases.
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
## index.js
|
## index.js
|
||||||
|
|
||||||
Exports:
|
Exports:
|
||||||
|
@ -635,9 +631,9 @@ input `dir`.
|
||||||
* `cpPath` - the location of `'_cp.bat'` file on Windows and plain `cp` on Unix.
|
* `cpPath` - the location of `'_cp.bat'` file on Windows and plain `cp` on Unix.
|
||||||
* `mkdirPath` - the location of `'_mkdir.bat'` file on Windows and plain `mkdir` on Unix.
|
* `mkdirPath` - the location of `'_mkdir.bat'` file on Windows and plain `mkdir` on Unix.
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
## Crossplatform commands
|
## Crossplatform commands
|
||||||
|
|
||||||
Because of the differences between Windows and Unix command shells, often a whole
|
Because of the differences between Windows and Unix command shells, often a whole
|
||||||
|
|
Loading…
Reference in New Issue