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

xscam

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xscam

This library provides some schematics to generate elements accordingly to the [SCAM](https://sandroroth.com/blog/angular-shared-scam) principle.

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

XScam

This library provides some schematics to generate elements accordingly to the SCAM principle.

Installation

Run npm i -D xscam to add XScam to your project as a dev dependency. Optionally, run npm i -g xscam to install it globally. Then execute npm link xscam to link it to your project.

Usage

Run ng generate xscam:component --name test-component to generate a new component. You can also use ng generate xscam:directive|pipe --name test-component.

Note: Don't forget to add --name test-component or else it will not work.

Build

Run ng build xscam to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build xscam, go to the dist folder cd dist/xscam and run npm publish.

Running unit tests

Run ng test xscam to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

Keywords

angular

FAQs

Package last updated on 14 Jun 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