# buttron

> A whole new way to button

Latest version **1.1.0** (published 2016-07-08) · MIT license · 0 weekly downloads

## Install

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

## 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.1.0 |
| Published | 2016-07-08 |
| First published | 2015-08-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | 6.3.0 |
| Dependencies | 3 |
| Known vulnerabilities | 0 (+9 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | te schultz |
| Maintainers | artisin |
| Keywords | buttron, stylus, artisin |

## Links

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

## Dependencies (3)

- [colors](https://npm.io/package/colors.md) 1.1.2
- [lodash](https://npm.io/package/lodash.md) 4.3.0
- [stylus](https://npm.io/package/stylus.md) ~0.52.0

## Recent versions

- 1.1.0 (latest) — 2016-07-08
- 1.0.9 — 2016-07-08
- 1.0.3 — 2016-07-08
- 1.0.2 — 2016-07-08
- 1.0.1 — 2016-07-08
- 1.0.0 — 2016-07-08
- 0.0.2-b — 2015-09-04
- 0.0.2-a — 2015-08-30
- 0.0.2 — 2015-08-30
- 0.0.1 — 2015-08-21

## README

# buttron

[![Build Status](https://travis-ci.org/artisin/buttron.svg?branch=master)](https://travis-ci.org/artisin/buttron)
[![NPM](https://nodei.co/npm/buttron.png?compact=true)](https://npmjs.org/package/buttron)

## About

The myth, the legend, the origin of ctr. Buttron is a 3433 line Stylus program that taught me how to program quite literally. In retrospect, it was a romanticly naive endeavor, but it taught me some invaluable lessons and more importantly, I think I can safely claim I created the most sophisticated Stylus program ever to grace this earth.


## Usage

Buttron is backed by 163 tests and it's intended for novelty purposes, but you can use it as you see fit. You can either plop `buttron.styl` in your Stylus project or install it via npm and pipe it through the Stylus `.use(fn)`.


```js
var stylus  = require('stylus'),
    buttron = require('buttron');

stylus(fs.readFileSync('./example.styl', 'utf8'))
  .use(buttron())
  .render(function(err, css){
    if (err) return console.error(err);
    console.log(css);
  });
```


<br/>

Best, te

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