Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

@ngx-storybook/schematics

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngx-storybook/schematics

Schematics for Angular & Storybook workshops

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
19
90%
Maintainers
2
Weekly downloads
 
Created
Source

Schematics for Angular and Storybook Workshops

npm version

Installation

ng add @ngx-storybook/schematics

This schematic automatically adjusts .storybook/config.js to include all stories.ts files inside the src folder, not only from src/stories.

Usage

component (alias: c)

ng g @ngx-storybook/schematics:c button

This command creates a module, component and a story with the given name.

stories (alias: s)

ng g @ngx-storybook/schematics:s my-stories

This command creates a stories file with the given name.

Keywords

schematics

FAQs

Package last updated on 09 Dec 2022

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