1.0.1 • Published 1 year ago

create-understrap-backbone v1.0.1

Weekly downloads
-
License
GPL-2.0-or-later
Repository
github
Last release
1 year ago

Create Understrap Backbone

Create Understrap Backbone is a tool designed to be used in the Understrap Framework Theme for scaffolding WordPress plugins like blocks, theme elements, and supporting files. Generates PHP, JS, CSS code and everything necessary to create everything necessary in the project. Integrates a modern build configuration without configuration.

It is inspired by WordPress Create Block and Antonella Framework.

:notebook_with_decorative_cover: Table of Contents

:star2: About the Project

This project was created with the need to create a Framework that helps reduce the time needed to create files for the development of a theme.

Although the WordPress documentation recommends creating the Gutenberg blocks in a plugin, it is also being thought of to make it ready to use Block Themes.

Starting 🚀

Although the project is thinking to use it in the Understrap Theme Framework. It can be used in any theme that complies with the Underscores folder scheme.

With the Understrap Theme Framework project comes the package installed by default. But if you are running your own theme and want to use this tool you can get a copy by cloning the project or getting it directly from NPM.

Clone the project

  git clone https://github.com/Gergab00/create-understrap-backbone.git

Install from NPM

  npm i create-understrap-backbone