Skip to content

Commit

Permalink
Rename muffin
Browse files Browse the repository at this point in the history
  • Loading branch information
airhorns committed Feb 21, 2016
1 parent 558b834 commit c2da342
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions Readme.md
Expand Up @@ -7,18 +7,25 @@ A set of handy helpers for your Cakefiles.

A set of generic high level file operations you don't want to implement yourself, like copying files, CoffeeScript compilation and compile time requiring, minification, and SLOC counting.

## Maintenance status

Note: Muffin is completely unmaintained. Gulp and grunt seem pretty cool and are both definitely maintained. If you'd like to take muffin over, shoot me an email at harry@shopify.com!

## Installation

Using `npm`, do

npm install muffin
npm install muffin-builder

and then require in your file using

```coffeescript
muffin = require 'muffin'
muffin = require 'muffin-builder'
```

## Rename

Note, muffin used to be called `muffin` on NPM, now it's called `muffin-builder`. Muffin is too awesome a name to reserve for a thing which isn't really used.

## General use

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"author": "Harry Brundage <harry.brundage@jadedpixel.com> (http://shopify.com/)",
"name": "muffin",
"author": "Harry Brundage <harry@shopify.com> (http://shopify.com/)",
"name": "muffin-builder",
"description": "Handy helpers for Cakefiles",
"version": "0.9.0",
"homepage": "http://github.com/hornairs/muffin",
Expand Down

0 comments on commit c2da342

Please sign in to comment.