1.1.1 • Published 3 years ago

@behrad/stack v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Stack

This is a very simple javascript stack for learning NPM and Git

Install

you can install this project with command below:

npm i @behrad/stack

Usage

const Stack = require('@behrad/stack')
const s = new Stack({level: 'debug'})

s.push('behrad')
const item = s.pop() // item === 'behrad'

Develop Guide

To clone project run git clone https://github.com/behrad/stack.git

Start coding...

I am changing this readme to add more help.