@starnetbih/six4win-terminal v0.0.82
six4win-terminal
This project is bootstrapped by aurelia/new.
Start dev web server
npm startNote this plugin project comes with a dev-app. The above command starts the dev app in dev-app/ folder. The plugin source code is in src/ folder.
Build the plugin in production modern
npm run buildIt builds plugin into dist/index.js file.
Note when you do npm publish or npm pack to prepare the plugin package, it automatically run the above build command by the prepare script defined in your package.json "scripts" section.
Consume the plugin
If your plugin is published to npm or a private registry, just install the plugin package.json
npm install six4win-terminalIf you want to directly use plugin's git repo.
npm install git@github.com:username/six4win-terminal.gitor
npm install https://some.git.server/username/six4win-terminal.gitIf you want to install from local folder, don't do "npm install ../local/six4win-terminal/" as the folder's node_modules/ will cause webpack to complain about duplicated dependency like "@aurelia/metadata".
In this plugin's folder, do
npm packThis will pack the plugin into six4win-terminal In an application project's main file.
import * as myPlugin from 'six4win-terminal';
Aurelia
// Load all exports from the plugin
.register(myPlugin)
.app(MyApp)
.start();Unit Tests
npm run testRun unit tests in watch mode.
npm run test:watchAnalyze webpack bundle
npm run analyze5 months ago
5 months ago
5 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
12 months ago
1 year ago