Socket
Book a DemoInstallSign in
Socket

@angular-buddies/build-notes

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@angular-buddies/build-notes

Your buddy who notes for you all the informations you may need about your project.

1.0.0-alpha.2
unpublished
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@angular-buddies/build-notes

Your buddy who notes for you all the informations you may need about your project

Generate complete reports about your project when you need it.

A tool from the Angular Buddies project.

Quick Start

  • Install

npm i -D @angular-buddies/build-notes

  • Configure
// angular.json or workspace.json

{
  "$schema": "../../node_modules/@angular/cli/lib/config/schema.json",
  "version": 1,
  "projects": {
    "<your-project>": {
      "architect": {
        "<target-name>": {
          "builder": ".:npm",
          "options": {
            "withDev": false,             // true if you want to include devDependencies
            "path": "description.json"    // path to the file to generate
          }
        }
      }
    }
  }
}
  • Run

With @angular/cli:
ng run <your-project>:<target-name> options...

With @angular-devkit/architect-cli:
architect <your-project>:<target-name> options...

Angular Devkit Architect Builders

See builders.json

npm

TODO

Keywords

angular

FAQs

Package last updated on 29 Oct 2018

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.