0.0.10 • Published 2 years ago

mocksubsi v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Mocks module

What is this

This is a mocks module to use during the project UBSI based on json-server

Installtion

npm i mocksubsi --save

then ...

import { LaunchMocks } from 'mocksubsi';

const mocks: Mocks = new Mocks();
await mocks.LaunchMocks(null);

or

import { LaunchMocks } from 'mocksubsi';

const mocks: Mocks = new Mocks('6789'); // With 6789 being the port 
await mocks.LaunchMocks(null);
0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.32

3 years ago

0.0.31

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago