Socket
Socket
Sign inDemoInstall

@evan.network/angular-gulp

Package Overview
Dependencies
81
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @evan.network/angular-gulp

evan project to handle angular dapps build processes (dapp-build, dapp-serve, ...).


Version published
Weekly downloads
4
increased by33.33%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

angular-gulp

This project contains a collection of build and watch jobs for Anguler 5 evan.network featured DApps. You will get the following functionallities:

  • build a single dapp
gulp --gulpfile node_modules/@evan.network/angular-gulp/dapps.js bc-build ~/path-to-dapp
  • build and serve the blockchain-core / DBCP project and copy the result into the DApp runtime (for core deveploment)
bc-serve gulp --gulpfile node_modules/@evan.network/angular-gulp/dapps.js bc-build --serve
  • buid a single dapp
dapp-build gulp --cwd . --gulpfile node_modules/@evan.network/angular-gulp/dapp.js build --dapp ~/path-to-dapp
  • buid a single dapp's sass
dapp-sass gulp --cwd . --gulpfile node_modules/@evan.network/angular-gulp/dapp.js sass --dapp ~/path-to-dapp
  • build all core frontend dapps (angular-core, angular-libs, angular-sass)
dapps-core-build gulp --cwd . --gulpfile node_modules/@evan.network/angular-gulp/dapps.js dapps-core-build
  • serve all core frontend dapps and build them after changes (angular-core, angular-libs, angular-sass)
dapps-core-serve gulp --cwd . --gulpfile node_modules/@evan.network/angular-gulp/dapps.js dapps-core-build --serve ~/path-to-dapp
  • build the automated documentation for a single DApp
doc-build gulp --cwd . --gulpfile node_modules/@evan.network/angular-gulp/documentation.js build-doc --dapp ~/path-to-dapp

Installation

npm i @evan.network/ui-angular-gulp

Keywords

FAQs

Last updated on 05 Nov 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc