You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Roman Axelrod de8d78ea31 Update Toolbar styling. 4 years ago
generators/block Update Toolbar styling. 4 years ago
layouts Update Toolbar styling. 4 years ago
.editorconfig Added editorconfig and option to set section layout. 4 years ago
.gitignore Add block generator logic. 4 years ago
README.md Add block generator logic. 4 years ago
package-lock.json Update the generator template. 4 years ago
package.json Added "activeDataFile" parameter in hbs templates. 4 years ago
server.js Added "activeDataFile" parameter in hbs templates. 4 years ago

README.md

Create Block - Development Tool

This project used as:

  1. Block generator
  2. Development Environment

Block Generator

To create/generate new block by template use:

npm run generate-block

The /blocks folder will be generated. Then you can run npm install, npm start to launch the development environment.

Development Environment

Generated blocks are including this repository.
This project is running a nodejs script with browsersync and gulp which improves the development process.