auto-psgen-cli
Version:
A CLI tool to automate project structure setup for API test
67 lines (39 loc) β’ 2.07 kB
Markdown
# Auto-PSGen-CLI
A CLI tool to automate the creation of project structures for API testing. It helps set up the essential folders, files, and configurations needed for API testing in a structured and organized manner.
## Overview
Auto-PSGen-CLI automates the setup of a standardized project structure for API testing, making it easier to start working on API testing projects quickly. With this tool, you can generate all the essential folders, template files, and configurations in just a few commands.
## Features
- Create a predefined structure for API testing.
- Copies template files into a designated target folder.
- Overwrites existing template files with the latest content.
- Configures essential project files such as `package.json`, `.gitignore`, and dependencies.
## π¦ Installation
You can install `auto-psgen-cli` globally using `npm`:
```sh
npm install -g auto-psgen-cli
```
Alternatively, you can run the tool without installing it by using `npx`:
```sh
npx create-structure
```
## Usage
Once installed, you can use the tool to generate the API testing project structure by running the following command:
```sh
create-structure
```
### Contribution
If you'd like to contribute to the development of this tool, feel free to fork the repository and submit a pull request. Make sure to follow the guidelines in the repository for proper contribution practices.
Link:
### License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.txt) file for details.
## π€ Author
-**Mike EJ Redondo**
π Passionate about automation and API testing!
- π§ Email: [redondomikej@gmail.com](mailto:redondomikej@gmail.com)
- π Mobile: 09169045914
- π [LinkedIn Profile](https://www.linkedin.com/in/mike-e-j-redondo-735977209/)
- π Location: Philippines
---
Now youβre ready to automate and streamline your API testing process! π
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.txt) file for details.