Socket
Socket
Sign inDemoInstall

@martin_hotell/schematics

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@martin_hotell/schematics

Angular CLI schematics with better defaults


Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

@martin_hotell/schematics

styled with prettier Greenkeeper badge Travis Dev Dependencies Standard Version Conventional Commits

Scaffolding library for Angular applications with better defaults.

@martin_hotell/schematics provides blueprints for generating Angular apps with better defaults/tooling. Built on top of Schematics, it integrates with the Angular CLI to make setting up Angular applications easier.

Installation

npm i @martin_hotell/schematics -D

or

yarn add @martin_hotell/schematics -D

Dependencies

None :)

Default Schematics Collection

To use @martin_hotell/schematics as the default collection in your Angular CLI project, add it to your .angular-cli.json:

ng set defaults.schematics.collection=@martin_hotell/schematics

The collection schema also has aliases to the most common blueprints used to generate files.

App Setup

Generate new app with better defaults

npx -p @angular/cli -p @martin_hotell/schematics -c 'ng new my-app --collection @martin_hotell/schematics'

or if you like to pollute your global environment:

npm i -g @angular/cli @martin_hotell/schematics

ng new my-app --collection @martin_hotell/schematics
# or
ng new my-app -c @martin_hotell/schematics

Blueprints

Testing

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 turned on.

Check the documentation with

schematics --help

Unit Testing

npm test will run the unit tests, using Jasmine as a runner and test framework.

Publishing

To publish, simply do:

npm run release

git push --follow-tags origin master

npm publish

That's it!

Keywords

FAQs

Package last updated on 18 Mar 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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc