Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiayisheji/shredded-code
Talk is cheap. Show me the code.
https://github.com/jiayisheji/shredded-code
promise typescript
Last synced: 28 days ago
JSON representation
Talk is cheap. Show me the code.
- Host: GitHub
- URL: https://github.com/jiayisheji/shredded-code
- Owner: jiayisheji
- License: mit
- Created: 2021-09-28T05:58:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-30T02:23:26.000Z (about 3 years ago)
- Last Synced: 2024-11-14T07:44:05.241Z (3 months ago)
- Topics: promise, typescript
- Language: TypeScript
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shredded-code
Talk is cheap. Show me the code.
## Feature
- Simulation of the standard
- [x] [Promise](src/promise/README.md)
## Running the project
These instructions should be sufficient for one to get the project going on their local machine
### Installing core dependencies
make sure you have [node.js](https://nodejs.org/en/download/) installed version 14.15+
### Cloning the github repository
To clone the project, run
```bash
git clone https://github.com/jiayisheji/shredded-code.git
```### Installing the dependencies
To install the dependencies after you've cloned the project, go to its root folder and run
```bash
cd shredded-code && npm install
```### Running unit tests
- Run `npm run test` to execute the unit tests via [Jest](https://jestjs.io/).
- Run `npm run promisesaplus-tests` to execute the [Promises/A+](https://promisesaplus.com/) unit tests via [Jest](https://jestjs.io/).
## Support
Any support is welcome. At least you can give us a star ⭐
## License
[MIT](LICENSE)