Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/onsetsu/array-to-stack
- Owner: onsetsu
- License: mit
- Created: 2016-07-22T11:43:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T13:26:43.000Z (almost 5 years ago)
- Last Synced: 2024-10-08T17:39:03.667Z (30 days ago)
- Language: JavaScript
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```