# tfui

> Create a native user interface for Mac using Node.js.

Latest version **0.0.4** (published 2014-08-10) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: insecure dependencies; abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2014-08-10 |
| First published | 2014-05-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Thomas Baron |
| Maintainers | twofront |

## Links

- npm: https://www.npmjs.com/package/tfui
- Repository: https://github.com/twofront/TF-UI
- Issues: https://github.com/twofront/TF-UI/issues
- npm.io page: https://npm.io/package/tfui

## Dependencies (2)

- [uvcf](https://npm.io/package/uvcf.md) ^0.1.1
- [NodObjC](https://npm.io/package/NodObjC.md) git://github.com/TooTallNate/NodObjC.git

## Recent versions

- 0.0.4 (latest) — 2014-08-10
- 0.0.3 — 2014-05-27
- 0.0.2 — 2014-05-27
- 0.0.1 — 2014-05-27
- 0.0.0 — 2014-05-27

## README

# TF Mac UI

Create a native user interface for Mac using Node.js.

**Work In Progress**

*Contributions Welcome!*

Currently you can access the entire Cocoa Framework (and more) using NodObjC, but it doesn't make things easy or feel like Node.js. The aim of this project is to make Mac UI creation feel more natural and be more intuitive in Node.js.

## Installation

Get this module from npm using:

	npm install tfui

## Example

An example of how to use this module is located in `example.js`. Run using:

	node example.js

## Packaging Your App

I will be adding a template soon that is easy to edit and feels 100% native. For now, [Platypus](http://sveinbjorn.org/platypus) might be of use to you. Note that the application bundles it creates do exhibit some odd behaviour that is avoidable.

## Troubleshooting

Note that `NodObjC` tends to fail installation from npm if there are spaces in any portion of your folder path.

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