0.4.3 • Published 7 months ago
buckshotplusplus v0.4.3
BuckshotPlusPlus
BuckshotPlusPlus is a simple and efficient web development language that makes creating websites easy and intuitive.
Installation
npm install -g buckshotplusplus
Quick Start
- Create a new file
main.bpp
:
view Title {
content = "Hello World!"
type = "h1"
color = "blue"
}
view Home {
type = "body"
margin = "0"
padding = "0"
content = Title
}
page index {
title = "Home!"
body = Home
}
- Run your BuckshotPlusPlus server:
bpp main.bpp
- Visit
http://localhost:8080
in your browser to see your website.
Features
- Simple and intuitive syntax
- Hot reloading for development
- Built-in server
- CSS-like styling
- Component-based architecture
Requirements
- Node.js 12 or higher
- x64 or ARM64 architecture
Example Projects
For more examples and starter projects, visit our official website.
Documentation
For full documentation, visit our documentation.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
License
Support
If you encounter any problems or have questions, please open an issue.