Table of Contents
Project Guardian CLI automates the creation of essential markdown files and GitHub workflows for open-source projects. It addresses the repetitive task of manually setting up README.md
, CONTRIBUTING.md
, CODE_OF_CONDUCT.md
, LICENSE
, and GitHub workflows. The CLI aims to be agnostic, adding common files found in most open-source projects, and populating them with information from your package.json
file.
- ✅ Adds
CODE_OF_CONDUCT.md
,LICENSE
,README.md
,CONTRIBUTING.md
, GitHub workflows, and issue templates with a single command.
- ⏳ Choose package manager for managing dependencies and github workflows.
- ⏳ Interactive CLI.
- ⏳ Add script tags depending on the project dependencies.
- ⏳ Add badges to the README.md file.
npx project-guardian-cli@latest
Contributions are welcome! If you have ideas for new features, encounter bugs, or have suggestions, please open an issue or submit a pull request on the GitHub repository.
Developers should read the Code of Conduct and the Contributing Guide.