Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/onsetsu/array-to-stack

A useless(?) utility to test webpack module workflow.
https://github.com/onsetsu/array-to-stack

Last synced: 27 days ago
JSON representation

A useless(?) utility to test webpack module workflow.

Awesome Lists containing this project

README

        

# array-to-stack [![Build Status](https://travis-ci.org/onsetsu/array-to-stack.svg?branch=master)](https://travis-ci.org/onsetsu/array-to-stack)
A useless(?) utility to test webpack module workflow.

## Installation

As npm for Node.js:

```
$ npm install array-to-stack --save
```

Or download the [bundle](https://raw.githubusercontent.com/onsetsu/array-to-stack/master/dist/array-to-stack.js) file.

## Building

```
$ npm run-script build
```

creates the *bundle* file in the `dist` folder.

## Testing

As npm package:

```
$ npm test
```