daisy makes your development easer, scaffolding some of the most repetitive task, like creating component, containers, templates, etc
npm install daisy-lite -gTo see all the options that daisy offers, you can use the command:
daisy helpThe three main commands that daisy focus on are:
daisy componentby 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 containerby 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 templateby 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.