@selenium-sa/chassis-web
v1.0.3
Published
Base schematics for Chassis: provides foundational code generation and project scaffolding for Angular applications, enabling consistent architecture and rapid development across all projects.
Readme
Getting Started With Schematics
This repository provides a basic Schematic implementation to help you create and publish Schematics to NPM.
Running the Project Template
To generate a new project using this schematic, run the following command:
npx @angular-devkit/schematics-cli @selenium-sa/chassis-web:chassis-web --name=your-project-nameReplace your-project-name with the desired name for your project.
Unit Testing
Run unit tests with:
npm run testThis uses Jasmine as the test runner and framework.
Publishing
To publish your schematic, use:
npm run build
npm publishThat's it!
