An open API service indexing awesome lists of open source software.

https://github.com/joaoeudes7/cachetsimulator

:computer: Cache Simulator in Typescript (CLI)
https://github.com/joaoeudes7/cachetsimulator

assembly cache-simulator cli mips risc-v tlb-simulator typescript

Last synced: 3 months ago
JSON representation

:computer: Cache Simulator in Typescript (CLI)

Awesome Lists containing this project

README

        

# CacheTSimulator CLI version

![](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)
![](https://definitelytyped.org/badges/standard-flat.svg)
![](https://img.shields.io/github/languages/code-size/joaoeudes7/CacheTSimulator.svg?style=flat-square)
![](https://img.shields.io/david/joaoeudes7/CacheTSimulator.svg?style=flat-square)

### Cache Simulator in Typescript

![Simulador de Cache](demo.png)

## Requeriments
- Nodejs Installed
- Npm or Yarn (packages manager) installed

# Usage
### Install Dependencies
```shell
$ npm install
$ yarn install
```

### Build
```shell
$ npm run build
$ yarn build
```

### Start (Run in Javascript)
```shell
$ npm run start
$ yarn build
```

### Or Run Project in Typescript (no Build)
```shell
$ npm run serve
$ yarn build
```