
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.
@ng-seattle/community-schematics
Advanced tools
Angular Schematics that generate a starter website for community groups.
:white_check_mark: Generates a starter website, built with Angular 8, for your group
:white_check_mark: Uses Angular Material
:white_check_mark: Allows links to video hosting services and twitter
:white_check_mark: Displays events from your groups Meetup.com page
:white_check_mark: ng deploy
support to deploy your site to Azure, Now, Netlify, or Github Pages
First generate a new Angular project:
$ ng new my-community-site
Then use ng add
and follow the prompts to setup the project and you're good to go!
$ ng add @ng-seattle/community-schematics
Depending on the options you select during the ng add
process, the following external ng add
schematics can be invoked:
This project comes with a sandbox Angular application that you can use to test your changes with. Before starting development run npm run link:schematic
to ensure that your local schematic can be used in the sandbox.
To test locally, install @angular-devkit/schematics-cli
globally and use the schematics
command line tool. That tool acts the same as the generate
command of the Angular CLI, but also has a debug mode. For convienience, there is a script that will clean the project, build it, and run the command line argouments to test. Simply run npm test
to exectute.
Check the documentation with
schematics --help
To publish, simply do:
npm run build
npm publish
That's it!
FAQs
Schematics for the Angular community
The npm package @ng-seattle/community-schematics receives a total of 0 weekly downloads. As such, @ng-seattle/community-schematics popularity was classified as not popular.
We found that @ng-seattle/community-schematics demonstrated a not healthy version release cadence and project activity because the last version was released 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.