buckshotplusplus

0.4.7 • Public • Published

BuckshotPlusPlus

BuckshotPlusPlus is a simple and efficient web development language that makes creating websites easy and intuitive.

Installation

npm install -g buckshotplusplus

Quick Start

  1. 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
}
  1. Run your BuckshotPlusPlus server:
bpp main.bpp
  1. 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

MIT

Support

If you encounter any problems or have questions, please open an issue.

Package Sidebar

Install

npm i buckshotplusplus

Weekly Downloads

39

Version

0.4.7

License

MIT

Unpacked Size

7.69 kB

Total Files

4

Last publish

Collaborators

  • vic92548