📝 Change spaces

This commit is contained in:
raub 2018-05-23 17:27:08 +03:00
parent 5824923016
commit ccdb5a301f
1 changed files with 6 additions and 10 deletions

View File

@ -2,7 +2,8 @@
This is a part of [Node3D](https://github.com/node-3d) project.
[![NPM](https://nodei.co/npm/addon-tools-raub.png?compact=true)](https://nodei.co/npm/addon-tools-raub/)
![NPM](https://nodei.co/npm/addon-tools-raub.png?compact=true)
![Build Status](https://travis-ci.com/node-3d/addon-tools-raub.svg?branch=master)
@ -20,14 +21,9 @@ Useful links: [V8 Ref](https://v8.paulfryzel.com/docs/master/),
[Nan Docs](https://github.com/nodejs/nan#api),
[GYP Docs](https://gyp.gsrc.io/docs/UserDocumentation.md).
## Install
`npm i -s addon-tools-raub`
---
## Contents
[Snippets](#snippets)
@ -339,9 +335,9 @@ const core = require(`./${binPath}/MY_ADDON`);
</details>
---
## include/addon-tools.hpp
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>
---
## index.js
Exports:
@ -635,9 +631,9 @@ input `dir`.
* `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.
---
## Crossplatform commands
Because of the differences between Windows and Unix command shells, often a whole