0.0.3 • Published 6 years ago

u-stack-js v0.0.3

Weekly downloads
14
License
DO_WHATEVER_YOU_W...
Repository
github
Last release
6 years ago

u-stack

A 'micro' Stack implementation in Js.

Version Build Status License

Prerequisites

  • NodeJs / NPM

Installation

  npm i --save 'u-stack'

Testing

From your application code.

  const uStack = require('u-stack')
  const myStack = uStack()

  console.log('myStack --> ', myStack)

Usage

This repo is under development. Initial LTS release will be 1.0.0, and it should not be used until then.

Contributing

Not currently accepting outside contributors, but feel free to clone, modify and use as you wish.

Authors

License

This project is licensed under the DO_WHATEVER_YOU_WANT License - see the LICENSE file for details

Acknowledgments