Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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! 🌈
- Host: GitHub
- URL: https://github.com/tibing/nyan-builder
- Owner: Tibing
- Created: 2019-07-01T21:03:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:12:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T11:15:42.175Z (about 1 month ago)
- Topics: angular, angular-cli
- Language: TypeScript
- Homepage:
- Size: 9.54 MB
- Stars: 44
- Watchers: 2
- Forks: 2
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
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) 🐾