Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 608 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 608 Bytes

EDS Generator

This package allows you to clone the EDS Editorial boilerplate repository and quickly generate boilerplate components.

Clone repository

Use the following command to clone the EDS Editorial boilerplate repository into a folder of your choice:

npx eds-generator clone <folder-name>

Generate components

Use the following command to start the component generator:

npx eds-generator new

Follow the instructions in the cli. Enter the relative path to the project the new component will be created in as well as the name and type of the component.