An open API service indexing awesome lists of open source software.

https://github.com/assemble/assemble-utils

Assemble utilities
https://github.com/assemble/assemble-utils

Last synced: about 1 year ago
JSON representation

Assemble utilities

Awesome Lists containing this project

README

          

# assemble-utils [![NPM version](https://badge.fury.io/js/assemble-utils.svg)](http://badge.fury.io/js/assemble-utils) [![Build Status](https://travis-ci.org/assemble/assemble-utils.svg)](https://travis-ci.org/assemble/assemble-utils)

> Utilies for Assemble

## Install with [npm](npmjs.org)

```bash
npm i assemble-utils --save
```

## Running tests
Install dev dependencies.

```bash
npm i -d && npm test
```

## Usage

```js
var utils = require('assemble-utils');
```

## API

## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/assemble/assemble-utils/issues)

## Author

**Brian Woodward**

+ [github/doowb](https://github.com/doowb)
+ [twitter/doowb](http://twitter.com/doowb)

## License
Copyright (c) 2015 Brian Woodward
Released under the MIT license

***

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 12, 2015._