nyan-builder

1.0.4 • Public • Published

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 🐾

Package Sidebar

Install

npm i nyan-builder

Weekly Downloads

4

Version

1.0.4

License

MIT

Unpacked Size

56.4 kB

Total Files

33

Last publish

Collaborators

  • tibing