Generate badges for documentation from package.json file.
Ensure the following are installed on your system:
- Node.js: v18.x or later
- npm: v9.x or later
- Git: For cloning the repository
Follow these steps to set up the project locally:
-
Clone the repository:
git clone https://github.com/ryanzam/package.json-to-badges-generator.git
-
Navigate to the project directory:
cd package.json-to-badges-generator -
Install dependencies:
npm install
-
Start the application:
npm run dev
Access the application at http://localhost:5173 after starting the server.
- Code Style: Adheres to ESLint and Prettier standards for consistency.
- Build: Run
npm run buildto create a production build.
Run tests using the included test suite:
npm testContributions are welcome! Please fork the repository, create a feature branch, and submit a pull request. Ensure code follows project standards and includes tests.