(It's not a file, do this before using)
- Have D3.js v4 implement in your project first.
- npm install --save d3-sankey
npm install --save @types/d3-sankey
| # look and feel | |
| #caption always "%{= bb}%{+b w}%h %=%{=b rw} %l %{= db} ${USER}%S@%H %{= dg}%c" | |
| caption always "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%H %Y-%m-%d %c %p.%S" | |
| #hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<" | |
| # skip the startup message | |
| startup_message off | |
| # go to home dir | |
| #chdir |
(It's not a file, do this before using)
npm install --save @types/d3-sankey
| param ( | |
| [string]$RequiredVersion = $args[0], | |
| [string]$RequiredZipName = $args[1], | |
| [string]$Username = $args[2] | |
| ) | |
| $downloadURL = "https://dockermsft.blob.core.windows.net/dockercontainer/$($RequiredZipName)" | |
| $copyPath = "C:\Users\$($Username)\AppData\Local\Temp\1\DockerMsftProvider\" | |
| # Install the Docker Module Provider | |
| Install-Module -Name DockerMsftProvider -Repository PSGallery | |
| # Make the folder in Temp |