Daisy
Description
daisy makes your development easer, scaffolding some of the most repetitive task, like creating component, containers, templates, etc
Table of Content
Installation
npm install daisy-lite -g
Usage
To see all the options that daisy offers, you can use the command:
daisy help
The three main commands that daisy focus on are:
daisy component
by running this command daisy will check if the components directory exists at: src/components
and, also checks if the component that you want to create doesn't exists.
daisy container
by running this command daisy will check if the containers directory exists at: src/containers
and, also checks if the container that you want to create doesn't exists.
daisy template
by running this command daisy will check if the templates directory exists at: src/templates
and, also checks if the template that you want to create doesn't exists.