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

@danils/project-builder-cli

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@danils/project-builder-cli

Project Builder - modern, fast, powerful node.js web framework to create complex projects and execute schematics

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

Project Builder CLI

The Project Builder CLI is a versatile command-line interface tool designed to streamline and enhance the development workflow for Angular developers. By providing the capability to execute Angular schematics outside of an Angular workspace, create new Angular schematics project libraries, and automate complex project setups, this CLI tool offers a comprehensive solution for modern development challenges.

image

Key Features

  • Execute Angular Schematics Anywhere: Run builder exec [collection-name] [schematics-name] from any directory, eliminating the need for a specific Angular workspace context. This feature enhances flexibility and efficiency in utilizing Angular schematics across diverse projects.

  • Scaffolding for Schematics Libraries: Easily create ready-to-publish Angular schematics project libraries with the command builder new [project-name] [author]. The CLI sets up all necessary configurations, allowing you to focus on developing your schematics.

  • Automated Complex Project Setup: Leverage the CLI's ability to orchestrate complex project setups with a single command. It integrates seamlessly with existing CLI tools like Angular CLI, NestJS CLI, or NX CLI to create the workspace, followed by executing defined schematics through Project Builder, streamlining the project initialization process.

Requirements

  • Node.js version 20 or higher.

Installation

Install the Project Builder CLI globally using npm to make it accessible from anywhere in your system:

npm i -g @danils/project-builder-cli

Usage

To get started, you can invoke the help command to explore the CLI's capabilities:

builder --help

Contributing

We welcome contributions from the community! If you're interested in enhancing the Project Builder CLI, please review our CONTRIBUTING.md guide for details on the contribution process, coding standards, and how to submit pull requests.

How does it work?

Check the miro link to check: Flow diagram

FAQs

Package last updated on 04 Mar 2024

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