- ποΈ Overview
- β¨ Features
- π οΈ Installation
- π Usage
- βοΈ Options
- β FAQ
- π€ Contributing
- π License
The Boiler Plate Creator script automates the creation of boilerplate code for various programming languages, easing the setup process for different projects. This tool is essential for developers looking to save time in initializing new coding projects.
- Multi-Language Support: PHP, CSS, HTML, C, JavaScript, Java.
- Exercise Integration: Option to include language-specific exercises.
- File Linking: Append or include links to files in new boilerplates.
- User-friendly: Easy-to-use commands with a detailed help option.
Follow these steps to set up the script on your machine:
- Clone the Repository:
git clone [repository-url]
- Navigate to the Directory:
cd [script-directory]
- Make the Script Executable:
chmod +x boiler
Use the following syntax for the script:
boiler <languageOfBoiler> [option] [FileName]
Examples:
- Create a C file:
boiler c example1
- JavaScript file with exercise:
boiler js -ex
- HTML file with CSS/JS:
boiler html -include *.js *.css app
- Add CSS link to HTML:
boiler css -addTo index.html app
-ex
: Exercise file with relevant question.-addTo PathToFile(s)
: Append links to the file(s).-include PathToFile(s)
: Create a file with links to specified file(s).-help
: Help information on command usage.
Q: Can I use this script on any operating system? A: The script is designed for Unix-like operating systems and might require adaptations for others.
Q: How do I contribute to the script? A: Please see the Contributing section below.
Contributions are welcome! If you have suggestions or want to add features:
- Fork the project.
- Create your feature branch (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.