UNPKG

auto-psgen-cli

Version:

A CLI tool to automate project structure setup for API test

67 lines (39 loc) β€’ 2.07 kB
# 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.