nyan-builder icon indicating copy to clipboard operation
nyan-builder copied to clipboard

Nyan Builder for your next Angular application! 🌈

Angular CLI Nyan Builder 👇

nyan gif

Installation

Angular CLI

ng add nyan-builder

Manually

  • npm i -D nyan-builder

  • Register builder itself:

    • Browser
"projects": {
  ...
  "example-app": {
    ...
    "architect": {
      ...
      "build": {
        "builder": "nyan-builder:browser"
        "options": {
              ...
        }
  • Dev Server:
"projects": {
  ...
  "example-app": {
    ...
    "architect": {
      ...
      "build": {
        "builder": "nyan-builder:dev-server"
        "options": {
              ...
        }
  • Karma:
"projects": {
  ...
  "example-app": {
    ...
    "architect": {
      ...
      "build": {
        "builder": "nyan-builder:karma"
        "options": {
              ...
        }
  • Server:
"projects": {
  ...
  "example-app": {
    ...
    "architect": {
      ...
      "build": {
        "builder": "nyan-builder:server"
        "options": {
              ...
        }

How can I support the developer?

  • Create pull requests, submit bugs, suggest new features or documentation updates 🔧
  • Star my GitHub repos ⭐️
  • Read me on Medium and Dev.to
  • Follow me on Twitter 🐾