1.0.4 • Published 5 years ago

nyan-builder v1.0.4

Weekly downloads
56
License
MIT
Repository
github
Last release
5 years ago

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 🐾