# pre-cmake-js

> pre-gyp for cmake-js

Latest version **0.0.5** (published 2017-11-29) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install pre-cmake-js
pnpm add pre-cmake-js
yarn add pre-cmake-js
bun add pre-cmake-js
```

Provides the command `pre-cmake-js`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.5 |
| Published | 2017-11-29 |
| First published | 2017-11-12 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Known vulnerabilities | 0 (+14 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | simon-p-r |
| Maintainers | simon-p-r |
| Keywords | cmake-js, pre |

## Links

- npm: https://www.npmjs.com/package/pre-cmake-js
- Repository: https://github.com/simon-p-r/pre-cmake-js
- Homepage: https://github.com/simon-p-r/pre-cmake-js#readme
- Issues: https://github.com/simon-p-r/pre-cmake-js/issues
- npm.io page: https://npm.io/package/pre-cmake-js

## Dependencies (9)

- [tar](https://npm.io/package/tar.md) ^4.1.1
- [yargs](https://npm.io/package/yargs.md) ^10.0.3
- [github](https://npm.io/package/github.md) ^12.1.0
- [mkdirp](https://npm.io/package/mkdirp.md) ^0.5.1
- [npmlog](https://npm.io/package/npmlog.md) ^4.1.2
- [rimraf](https://npm.io/package/rimraf.md) ^2.6.2
- [request](https://npm.io/package/request.md) ^2.83.0
- [tar-pack](https://npm.io/package/tar-pack.md) ^3.4.1
- [neo-async](https://npm.io/package/neo-async.md) ^2.5.0

## Alternatives

- [@sapphire/ratelimits](https://npm.io/package/@sapphire/ratelimits.md) — 4.4K weekly downloads
- [js-csvparser](https://npm.io/package/js-csvparser.md) — 2.0K weekly downloads
- [@adadapted/js-sdk](https://npm.io/package/@adadapted/js-sdk.md) — 251 weekly downloads
- [@grapecity/spread-sheets-sparklines](https://npm.io/package/@grapecity/spread-sheets-sparklines.md) — 103 weekly downloads
- [@1selfworld/adchain-sdk-react-native](https://npm.io/package/@1selfworld/adchain-sdk-react-native.md) — 80 weekly downloads

## Recent versions

- 0.0.5 (latest) — 2017-11-29
- 0.0.4 — 2017-11-28
- 0.0.3 — 2017-11-27
- 0.0.2 — 2017-11-27
- 0.0.1 — 2017-11-12

## README

# pre-cmake-js

[![Windows Build Status](https://img.shields.io/appveyor/ci/simon-p-r/pre-cmake-js/master.svg?label=windows&style=flat-square&maxAge=2592000)](https://ci.appveyor.com/project/simon-p-r/pre-cmake-js)
[![Current Version](https://img.shields.io/npm/v/pre-cmake-js.svg?maxAge=1000)](https://www.npmjs.org/package/pre-cmake-js)
[![dependency Status](https://img.shields.io/david/simon-p-r/pre-cmake-js.svg?maxAge=1000)](https://david-dm.org/simon-p-r/pre-cmake-js)
[![devDependency Status](https://img.shields.io/david/dev/simon-p-r/pre-cmake-js.svg?maxAge=1000)](https://david-dm.org/simon-p-r/pre-cmake-js)

pre-cmake-js - a cmake equivalent to pre-node-gyp

WIP project needs further testing


# Install

```bash
$ npm install -g pre-cmake-js
```

# Usage


```js
pre-cmake-js [command] <options>
```

Following commands have been basically implemented

- build - configures and invokes build files
- clean - deletes build direectory
- compile - compiles confgiured build files
- configure - configure build files
- install - instal binary, similar to node-pre-gyp options
- package - create tarball of compiled binary
- rebuild - deletes build folder, confgiures and builds project
- reconfigure - reconfigure build files


Todo

* add tests
* allow configurable binary hosts, currently only supports Github releases
* allow using 3rd party modules for bindings modules

---
_Source: https://npm.io/package/pre-cmake-js · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
