$ which lerna /c/Program Files/nodejs/lerna
$ lerna --version 3.9.0
$ lerna bootstrap lerna notice cli v3.9.0 lerna info Bootstrapping 3 packages lerna info Symlinking packages and binaries
| module.exports = { | |
| moduleFileExtensions: ['js'], | |
| testMatch: ['<rootDir>/out/test/**/*.test.js'], | |
| verbose: true, | |
| }; |
| npm install --save-dev @types/jest-cli jest-cli |
| const jestTestRunnerForVSCodeE2E: ITestRunner = { | |
| run(testsRoot: string, clb: (error: Error, failures?: number) => void): void { | |
| try { | |
| const result = runJestTests(configuration); | |
| if (result.executionError) { | |
| clb(result.executionError); | |
| } else { | |
| clb(undefined, result.numberOfFailedTests); | |
| } | |
| } catch (e) { |
| interface ITestRunner { | |
| run(testsRoot: string, clb: (error: Error, failures?: number) => void): void; | |
| } |
| # Install Yeoman and VS Code extension generator | |
| npm install -g yo generator-code | |
| # Generate VS Code extension project | |
| yo code |
$ which lerna /c/Program Files/nodejs/lerna
$ lerna --version 3.9.0
$ lerna bootstrap lerna notice cli v3.9.0 lerna info Bootstrapping 3 packages lerna info Symlinking packages and binaries
| export class Mammal { | |
| mammalName: string; | |
| } | |
| export class Dog extends Mammal { | |
| dogName: string; | |
| } | |
| export class Cat extends Mammal { | |
| catName: string; | |
| } |
| import { DateAdapter } from '@angular/material'; | |
| import { | |
| addDays, | |
| addMonths, | |
| compareAsc, | |
| format, | |
| getDate, | |
| getDay, | |
| getDaysInMonth, | |
| getMonth, |
| #!/usr/bin/env node | |
| /** | |
| * Module dependencies. | |
| */ | |
| var app = require('../app'); | |
| var debug = require('debug')('logstash_test:server'); | |
| var http = require('http'); |
I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.