Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/behrad/mft-stack
https://github.com/behrad/mft-stack
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/behrad/mft-stack
- Owner: behrad
- Created: 2024-08-28T15:34:03.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T16:56:45.000Z (4 months ago)
- Last Synced: 2024-08-28T18:26:23.957Z (4 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
This is a cool stack implementation in javascript.
## Install
```sh
npm i @behrad/mft-stack
```## How to Use?
you should call push to add new item to stack
```javascript
stack.push({name: 'behrad'})
```