Welcome to the BuildCLI Documentation repository! This documentation provides comprehensive guides and references for using BuildCLI, a command-line interface (CLI) tool for managing and automating common tasks in Java project development.
To get started with this documentation, follow these simple steps:
-
Clone the repository to your local machine:
git clone https://github.com/BuildCLI/website.git
-
Navigate into the cloned repository directory:
cd website
-
Install dependencies using npm, pnpm or yarn:
npm install # or yarn install # or pnpm install
-
Start the VitePress development server:
npm run dev # or yarn run dev # or pnpm run dev
-
Open your browser and visit
http://localhost:5173
to view the documentation website.
dev
: Start VitePress development server.build
: Build the documentation website for production.preview
: Preview the built documentation website.
For more information on how to use VitePress, refer to the VitePress documentation.
If you find any issues, or you have suggestions for improvements, feel free to open an issue or submit a pull request. Contributions are welcome!
Happy documenting! If you have any questions or need further assistance, don't hesitate to reach out.