WebDevStudios / wds-block-starter

A block starter for projects.
15 stars 3 forks source link
gutenberg gutenberg-blocks gutenberg-boilerplate

This repo has been archived

Please use @wordpress/create-block as an alternative.

WDS Block Starter

buddy pipeline

A Gutenberg block starter for WebDevStudios projects. For more info on the WordPress Block API, check out the Gutenberg Handbook.

WebDevStudios. Your Success is Our Mission.

Requirements

We highly recommend NVM so you can easily switch between Node versions.


Setup

Automatic Installation

Easily scaffold a block via CLI:

npx @webdevstudios/create-block WebDevStudios/TodoList
cd todo-list
npm run start

See @webdevstudios/create-block for more information and options.

Manual Installation

Install dependencies:

npm install

Rename the files and functions to meet your needs.


Development

Watch for changes:

npm run start

Build a production version:

npm run build

Other handy commands

Lint JS:

npm run lint:js

Lint SCSS/CSS:

npm run lint:css

Lint PHP:

composer run lint

Webpack Config (optional)

The optional webpack.config.js file includes the @wordpress/scripts defaults, along with an entry path for /src/frontend.js. The frontend entry path is conditionally included and is not a requirement. It can be safely deleted.


Contributing and Support

Your contributions and support tickets are welcome. Please see our guidelines before submitting a pull request.


Changelog

1.1.1

1.1.0

1.0.0

0.0.1