kenpb / schematics

My opinionated schematics for Angular projects from scratch, compatible with cli 7.0.0+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@kenpb/schematics

Here lies my opinionated schematics for Angular projects, borrowed heavily from Martin Hocel own schematics and his article

Usage:

# For the moment clone and link out the repo somewhere
clone https://github.com/kenpb/schematics
npm link path/to/repo

# Create a new app
ng new -c @kenpb/schematics $app

Offtopic: using yarn as default package manager for cli

ng config -g cli.packageManager yarn

About

My opinionated schematics for Angular projects from scratch, compatible with cli 7.0.0+


Languages

Language:TypeScript 90.9%Language:HTML 4.9%Language:JavaScript 3.6%Language:Shell 0.6%