auto-psgen-cli
v1.1.20
Published
A CLI tool to automate project structure setup for API test
Maintainers
Readme
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:
npm install -g auto-psgen-cliAlternatively, you can run the tool without installing it by using npx:
npx create-structureUsage
Once installed, you can use the tool to generate the API testing project structure by running the following command:
create-structureContribution
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 file for details.
👤 Author
-Mike EJ Redondo
🚀 Passionate about automation and API testing!
- 📧 Email: [email protected]
- 📞 Mobile: 09169045914
- 🔗 LinkedIn Profile
- 🏠 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 file for details.
