@behrad/stack

1.1.1 • Public • Published

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.

Package Sidebar

Install

npm i @behrad/stack

Weekly Downloads

1

Version

1.1.1

License

ISC

Unpacked Size

2.12 kB

Total Files

4

Last publish

Collaborators

  • behrad