https://github.com/onsetsu/array-to-stack
A useless(?) utility to test webpack module workflow.
https://github.com/onsetsu/array-to-stack
Last synced: 11 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T13:26:43.000Z (over 6 years ago)
- Last Synced: 2025-06-23T02:43:17.723Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# array-to-stack [](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
```