All Projects → ngx-builders → Netlify Builder

ngx-builders / Netlify Builder

Licence: mit
Deploy your Angular app to netlify from CLI

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Netlify Builder

The forge
Our groundbreaking, lightning fast PWA CLI tool
Stars: ✭ 70 (+16.67%)
Mutual labels:  cli, deploy
Think Builder
A command line toolit to build applications' CRUD/mvc scaffold for thinkphp v6. 用于生成 thinkphp v6 增查改删脚手架代码的命令行工具。
Stars: ✭ 105 (+75%)
Mutual labels:  builder, cli
Angular Cli Webpack
Webpack configuration modifier for @angular/cli
Stars: ✭ 72 (+20%)
Mutual labels:  cli, ng
Cli
Netlify Command Line Interface
Stars: ✭ 1,121 (+1768.33%)
Mutual labels:  cli, netlify
ngx-aws-deploy
☁️🚀 Deploy your Angular app to Amazon S3 directly from the Angular CLI 🚀☁️
Stars: ✭ 84 (+40%)
Mutual labels:  builder, deploy
Zip It And Ship It
Intelligently prepare Node.js Lambda functions for deployment
Stars: ✭ 104 (+73.33%)
Mutual labels:  cli, netlify
Droot
The super-simple chroot-based application container engine.
Stars: ✭ 177 (+195%)
Mutual labels:  cli, deploy
Kubenix
Kubernetes resource builder using nix
Stars: ✭ 223 (+271.67%)
Mutual labels:  builder, deploy
action-netlify-deploy
🙌 Netlify deployments via GitHub actions
Stars: ✭ 32 (-46.67%)
Mutual labels:  deploy, netlify
Semana Js Expert30
Aulas da Semana JS Expert 3.0 - Construindo um chat multiplataforma usando linha de comando e JavaScript Avançado
Stars: ✭ 238 (+296.67%)
Mutual labels:  builder, cli
Flubucore
A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.
Stars: ✭ 695 (+1058.33%)
Mutual labels:  builder, deploy
Serverlessui
A command-line utility for deploying serverless applications to AWS. Complete with custom domains, deploy previews, TypeScript support, and more.
Stars: ✭ 434 (+623.33%)
Mutual labels:  cli, deploy
Feflow
🚀 A command line tool aims to improve front-end engineer workflow and standard, powered by TypeScript.
Stars: ✭ 942 (+1470%)
Mutual labels:  builder, cli
Http Prompt
An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie
Stars: ✭ 8,329 (+13781.67%)
Mutual labels:  cli
Nuxt Netlify Functions Example
Nuxt.js example for running Netlify functions locally in a dev environment and as a generated static site deployed to Netlify
Stars: ✭ 59 (-1.67%)
Mutual labels:  netlify
Spotify Tui
Spotify for the terminal written in Rust 🚀
Stars: ✭ 11,061 (+18335%)
Mutual labels:  cli
Taskbook
Tasks, boards & notes for the command-line habitat
Stars: ✭ 8,326 (+13776.67%)
Mutual labels:  cli
Cheatsheet
Cool command-line cheatsheet. Open format, grep-able, where you need them most.
Stars: ✭ 58 (-3.33%)
Mutual labels:  cli
Rbiam
A unified IAM+Kubernetes RBAC access control exploration tool
Stars: ✭ 59 (-1.67%)
Mutual labels:  cli
Ntutils
Various Command Line Utilities Ported to Windows NT
Stars: ✭ 58 (-3.33%)
Mutual labels:  cli

npm downloads npm (scoped) Build Status All Contributors

Deploy your Angular app to Netlify directly from the Angular CLI! 🚀

Pre-requisites

  • Angular project created via Angular CLI v8.3.0 or greater.

Steps:

  1. run ng add @netlify-builder/deploy OR ng add @netlify-builder/deploy --project={projectName} to add necessary dependencies. Once, it get installed,you will be prompted to enter (a) Site Id and (b) Netlify Token Screenshot

  2. run ng deploy assuming that you have Angular CLI installed globally

    OR

    add below script to package.json

    "deploy":"ng deploy"
    

    Screenshot

Netlify Builder demo

This repository contains an example of the Angular CLI Architect API.

Builder

You can find the Architect builder in the src directory.

Sample application

The sample application which uses the Architect builder is available under the builder-test directory.

License

MIT

Setup

  1. Move to src and run the below command
npm i
  1. Run the below command to build the package
npm run build
  1. run the below command to link the package
npm link

Link to Step by Step Guide

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Nitish Kumar Singh

💻

Shaikh-Ubaid

📖

Suraj Chandgude

💻

Santosh Yadav

💻

Alan Agius

💻

Imran Momin

💻

Michael Hladky

💻

Nilesh Patel

📖

This project follows the all-contributors specification. Contributions of any kind welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].