Skip to content

🐻 The official stackbear file format parser for Node.js. With it, you can create, manage, and edit tech-stacks in an interchangeable format.

License

Notifications You must be signed in to change notification settings

turbocouch/stackbear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

GitHub labels GitHub labels GitHub labels GitHub labels

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.

About

🐻 The official stackbear file format parser for Node.js. With it, you can create, manage, and edit tech-stacks in an interchangeable format.

Topics

Resources

License

Stars

Watchers

Forks