ngx-builders/netlify-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm downloadsnpm (scoped)Build StatusAll Contributors

  • Angular project created via Angular CLI v8.3.0 or greater.
  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

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

You can find the Architect builder in the src directory.

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

MIT

  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

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

πŸ“–

Josh Morony

πŸ’»

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