# coscript

> CocoaScript binary

Latest version **1.0.0** (published 2015-08-03) · 0 weekly downloads

## Install

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

Provides the command `coscript`.

## 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.0 |
| Published | 2015-08-03 |
| First published | 2015-08-03 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 10 |
| Author | August Mueller |
| Maintainers | marekhrabe |

## Links

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

## Recent versions

- 1.0.0 (latest) — 2015-08-03

## README

# CocoaScript binary

Available in npm for convenience. Original repo: https://github.com/ccgus/CocoaScript

## Usage

```js
var child_process = require('child_process');
var coscript = require('coscript');

child_process.exec(coscript + ' -e "print(\\"test\\")"', function (error, stdout, stderr) {
  // callback
});
```

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