New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

daisy-lite

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daisy-lite

daisy makes your development easer, scaffolding some of the most repetitive task, like creating component, containers, templates, etc

latest
Source
npmnpm
Version
0.1.10
Version published
Maintainers
1
Created
Source

tests status

Daisy

Description

daisy makes your development easer, scaffolding some of the most repetitive task, like creating component, containers, templates, etc

Table of Content

  • Installation
  • Usage

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.

Keywords

node

FAQs

Package last updated on 04 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts