Skip to content

Nyan Builder for your next Angular application! ๐ŸŒˆ

Notifications You must be signed in to change notification settings

Tibing/nyan-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

15 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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 ๐Ÿพ

About

Nyan Builder for your next Angular application! ๐ŸŒˆ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published