Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/easy-mock/easy-mock-cli
Create api.js for Easy-Mock. https://easy-mock.github.io/easy-mock-cli/
https://github.com/easy-mock/easy-mock-cli
cli easy-mock javascript mock
Last synced: 3 days ago
JSON representation
Create api.js for Easy-Mock. https://easy-mock.github.io/easy-mock-cli/
- Host: GitHub
- URL: https://github.com/easy-mock/easy-mock-cli
- Owner: easy-mock
- License: mit
- Created: 2017-05-14T15:22:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T14:48:04.000Z (over 3 years ago)
- Last Synced: 2025-01-18T01:06:38.678Z (10 days ago)
- Topics: cli, easy-mock, javascript, mock
- Language: JavaScript
- Size: 252 KB
- Stars: 527
- Watchers: 13
- Forks: 107
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Easy Mock CLI
---
[![npm version](https://img.shields.io/npm/v/easy-mock-cli.svg?style=flat-square)](https://www.npmjs.com/package/easy-mock-cli)Easy Mock CLI 是一个基于 [Easy Mock](https://www.easy-mock.com) 快速生成 `API` 调用文件的命令行工具。
如果你正在使用 Easy Mock 伪造接口数据,那一定不要错过 Easy Mock CLI。
## Links
- [Documentation](https://easy-mock.github.io/easy-mock-cli/)
## Installation
```bash
npm install -g easy-mock-cli
```## Contributing
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request## License
MIT