https://github.com/assemble/assemble-utils
Assemble utilities
https://github.com/assemble/assemble-utils
Last synced: about 1 year ago
JSON representation
Assemble utilities
- Host: GitHub
- URL: https://github.com/assemble/assemble-utils
- Owner: assemble
- License: mit
- Created: 2013-04-23T01:08:40.000Z (about 13 years ago)
- Default Branch: 0.2.0
- Last Pushed: 2015-03-13T01:37:06.000Z (about 11 years ago)
- Last Synced: 2025-03-23T00:05:03.726Z (about 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 4
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# assemble-utils [](http://badge.fury.io/js/assemble-utils) [](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._