# gppfy

> GPP preprocessor integrated into Browserify

Latest version **1.0.7** (published 2016-03-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install gppfy
pnpm add gppfy
yarn add gppfy
bun add gppfy
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.7 |
| Published | 2016-03-08 |
| First published | 2016-02-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Adamansky Anton |
| Maintainers | adamansky |
| Keywords | browserify, gpp, preprocessor |

## Links

- npm: https://www.npmjs.com/package/gppfy
- Repository: https://github.com/Softmotions/gppfy
- Homepage: https://github.com/Softmotions/gppfy#readme
- Issues: https://github.com/Softmotions/gppfy/issues
- npm.io page: https://npm.io/package/gppfy

## Dependencies (2)

- [through2](https://npm.io/package/through2.md) ^2.0.1
- [concat-stream](https://npm.io/package/concat-stream.md) ^1.5.1

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 1.0.7 (latest) — 2016-03-08
- 1.0.6 — 2016-02-27
- 1.0.5 — 2016-02-14
- 1.0.4 — 2016-02-13
- 1.0.3 — 2016-02-13
- 1.0.2 — 2016-02-13
- 1.0.1 — 2016-02-13
- 1.0.0 — 2016-02-13

## README

# GPP preprocessor integrated into Browserify

Use in browserify CLI:
```sh
browserify -t [ gppfy -D foo=bar -D foo2=bar2 -i include_macros ] ...
```

Javascript:
```js
//#ifdef foo
...
//#endif


//#ifeq @foo bar
...
//#endif


var hereIsBar = '@foo'; // hereIsBar === 'foo'

```


HTML
```html
<!--#ifeq @foo bar -->
...

<!--#endif -->
```


[GPP preprocessor documentation](http://files.nothingisreal.com/software/gpp/gpp.html)

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