
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@ngm-dev/cli
Advanced tools
npm install @ngm-dev/cli@latest -g
CLI for ui.angular-material.dev. Used to download code from ui.angular-material.dev. Report bugs at Angular-Material-Dev/community
Add blocks to your project.
@ngm-dev/cli add [options] <blocks...>
-E
, --expand
: Expands the diff so you see the entire file.--max-unchanged [number]
: Maximum unchanged lines that will show without being collapsed. (default: 3)-A
, --allow
: Allow @ngm-dev/cli to download code from the provided repo.-y
, --yes
: Skip confirmation prompt.--verbose
: Include debug logs.--cwd [path]
: The current working directory. (default: ./
)--skip-asking-for-dependencies
: Skip asking for dependency installation.--angular-version [version]
: Angular version to be used for the block generation. If not provided, it will be inferred from the project. Supported versions are: 19, 20.--paths <category=path,category=path>
: The paths where categories should be added to your project.Provide a token to access https://ui.angular-material.dev
@ngm-dev/cli auth [options] [service]
--logout
: Execute the logout flow.--force
: Force the logout flow. Removes all the tokens for http. Useful when you create a new token or facing issues with the current token.--token [token]
: The token to use for authenticating to this service. Get one from https://ui.angular-material.dev/account/tokens--username [username]
: The username (or email) to use for authenticating to this service.--cwd [path]
: The current working directory. (default: ./
)--verbose
: Verbose output.Execute a block as a script.
@ngm-dev/cli exec [options] [script]
-A
, --allow
: Allow @ngm-dev/cli to download code from the provided repo.--verbose
: Include debug logs.--cwd [path]
: The current working directory. (default: ./
)--angular-version [version]
: Angular version to be used for the block generation. If not provided, it will be inferred from the project. Supported versions are: 19, 20.Initializes your project with a configuration file. This command will also run setup
command to complete the setup of your project.
@ngm-dev/cli init [options]
--no-watermark
: Will not add a watermark to each file upon adding it to your project.--tests
: Will include tests with the blocks.--formatter <formatter>
: What formatter to use when adding or updating blocks.-P
, --project
: Takes you through the steps to initialize a project. (default: true)-E
, --expand
: Expands the diff so you see the entire file.--max-unchanged [number]
: Maximum unchanged lines that will show without being collapsed. (default: 3)-y
, --yes
: Skip confirmation prompt.--path [path]
: The path to install the blocks to.--cwd [path]
: The current working directory. (default: ./
)--verbose
: Verbose output.--angular-version [version]
: Angular version to be used for the block generation. If not provided, it will be inferred from the project. Supported versions are: 19, 20.Update blocks to the code in the remote repository.
@ngm-dev/cli update [options] [blocks...]
--all
: Update all installed components.-E
, --expand
: Expands the diff so you see the entire file.--max-unchanged [number]
: Maximum unchanged lines that will show without being collapsed. (default: 3)-n
, --no
: Do update any blocks.-A
, --allow
: Allow @ngm-dev/cli to download code from the provided repo.-y
, --yes
: Skip confirmation prompt.--verbose
: Include debug logs.--cwd [path]
: The current working directory. (default: ./
)--skip-asking-for-dependencies
: Skip asking for dependency installation.--angular-version [version]
: Angular version to be used for the block generation. If not provided, it will be inferred from the project. Supported versions are: 19, 20.Setup your project to be ready to use blocks from https://ui.angular-material.dev. This command will do following:
postcssrc.json
tailwindcss
and @angular/material
angular.json
@ngm-dev/cli setup [options]
--verbose
: Include debug logs.--yes
: Skip prompts and use default options.--cwd [path]
: The current working directory. (default: ./
)--angular-version [version]
: Angular version to be used for the block generation. If not provided, it will be inferred from the project. Supported versions are: 19, 20.FAQs
A CLI for ui.angular-material.dev
The npm package @ngm-dev/cli receives a total of 67 weekly downloads. As such, @ngm-dev/cli popularity was classified as not popular.
We found that @ngm-dev/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.