1.4.3 • Published 2 years ago

stackbear v1.4.3

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

Stackbear

Size License Commits NPM Version Dependencies

An npm package for managing stackbear files.

Download

npm install stackbear

Usage

The stackbear api is based on a single class: Stack. The stack class consists of a few static functions for creating stacks, and multiple prototype functions for managing and editing the stacks.

To import the library and create a stack, simply use the below code. The code shows the Node.js require syntax, but the ES6 import syntax will also work for stackbear.

const Stack = require("stackbear");
const techstack = new Stack();

/** OR **/
import Stack from "stackbear";
const techstack = new Stack();

Contributing

If you simply star the repo, this helps us out tremendiously. Past that, if you share this repo with your friends, that helps a lot too. If you are feeling super generous, then you can find some issues that you have with the project and try to help us with them.

To start helping, you can click some of the above labels to jump to the pages with issues. Or, you can submit an issue by clicking the last button.

1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago