Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tibing/nyan-builder

Nyan Builder for your next Angular application! 🌈
https://github.com/tibing/nyan-builder

angular angular-cli

Last synced: 19 days ago
JSON representation

Nyan Builder for your next Angular application! 🌈

Awesome Lists containing this project

README

        

# Angular CLI Nyan Builder 👇

![nyan gif](nyan-demo.gif)

## Installation

### Angular CLI

`ng add nyan-builder`

### Manually

- `npm i -D nyan-builder`
- Register builder itself:

- Browser
```json
"projects": {
...
"example-app": {
...
"architect": {
...
"build": {
"builder": "nyan-builder:browser"
"options": {
...
}
```

- Dev Server:
```json
"projects": {
...
"example-app": {
...
"architect": {
...
"build": {
"builder": "nyan-builder:dev-server"
"options": {
...
}
```

- Karma:
```json
"projects": {
...
"example-app": {
...
"architect": {
...
"build": {
"builder": "nyan-builder:karma"
"options": {
...
}
```

- Server:
```json
"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](http://github.com/tibing/) repos ⭐️
- Read me on [Medium](https://medium.com/@nik.poltoratsky) and [Dev.to](https://dev.to/nikpoltoratsky)
- Follow me on [Twitter](https://twitter.com/NikPoltoratsky) 🐾