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

https://github.com/spiderpig86/vsc-mock

:bird: Generate mock data on the fly.
https://github.com/spiderpig86/vsc-mock

chancejs mock-data mocking testing testing-tools vscode vscode-extension

Last synced: about 2 months ago
JSON representation

:bird: Generate mock data on the fly.

Awesome Lists containing this project

README

          


vsc-mock




Easy access to mock test data powered by chance.js.

## Features
* vsc-mock allows you to generate data for:
* basic values (numbers/letters/values)
* finance
* location
* misc
* mobile
* person
* text
* things (animals)
* time
* web

## Installation
1. Type cmd+shift+p to open up the command palette.
2. Choose `Extensions: Install Extension`.
3. Search `vscmock` and install.

## How it Works
![vscmock](https://raw.githubusercontent.com/Spiderpig86/vsc-mock/master/images/vscmock.gif)
1. Type cmd+shift+p to open up the command palette.
2. Choose a category of data.
3. Select the data you want to generate.

### Reference
* For a full guide on usage, see the [documentation](https://chancejs.com/).

## License
* MIT License © [Stanley Lim](http://stanleylim.me/)