Appearance
fresh-vscode-web-extension
Fresh VS Code web extension, automatically generated everyday with yo code
Result
Time spent | 0m 51s |
---|---|
Disk usage | 114 MB |
pwuser@factory:/workspace$ bash -exc 'yarn global add yo generator-code
> yo code --quick --extensionType=web --gitInit=false fresh-extension
> mv fresh-extension fresh-app' < /dev/null; echo 'Finished running generator.'
+ yarn global add yo generator-code
exit
yarn global v1.22.19
[1/4] Resolving packages...
warning yo > yeoman-environment > @npmcli/arborist > @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
warning yo > yeoman-environment > @npmcli/arborist > cacache > @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
warning yo > yeoman-environment > @npmcli/arborist > readdir-scoped-modules@1.1.0: This functionality has been moved to @npmcli/fs
warning yo > yeoman-environment > @npmcli/arborist > npm-registry-fetch > make-fetch-happen > cacache > @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "yo > yeoman-environment@3.13.0" has unmet peer dependency "mem-fs@^1.2.0 || ^2.0.0".
[4/4] Building fresh packages...
success Installed "yo@4.3.1" with binaries:
- yo
- yo-complete
warning "generator-code@1.7.2" has no binaries
Done in 17.30s.
+ yo code --quick --extensionType=web --gitInit=false fresh-extension
_-----_ ╭──────────────────────────╮
| | │ Welcome to the Visual │
|--(o)--| │ Studio Code Extension │
`---------´ │ generator! │
( _´U`_ ) ╰──────────────────────────╯
/___A___\ /
| ~ |
__'.___.'__
´ ` |° ´ Y `
Writing in /workspace/fresh-extension...
create fresh-extension/.vscode/extensions.json
create fresh-extension/.vscode/launch.json
create fresh-extension/.vscode/settings.json
create fresh-extension/.vscode/tasks.json
create fresh-extension/src/web/test/suite/extension.test.ts
create fresh-extension/src/web/test/suite/index.ts
create fresh-extension/.vscodeignore
create fresh-extension/.gitignore
create fresh-extension/README.md
create fresh-extension/CHANGELOG.md
create fresh-extension/vsc-extension-quickstart.md
create fresh-extension/tsconfig.json
create fresh-extension/src/web/extension.ts
create fresh-extension/webpack.config.js
create fresh-extension/package.json
create fresh-extension/.eslintrc.json
Changes to package.json were detected.
Running npm install for you to install the required dependencies.
added 407 packages, and audited 408 packages in 28s
75 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
npm notice
npm notice New major version of npm available! 8.15.0 -> 9.2.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v9.2.0
npm notice Run npm install -g npm@9.2.0 to update!
npm notice
Your extension fresh-extension has been created!
Open vsc-extension-quickstart.md inside the new extension for further instructions
on how to modify, test and publish your extension.
To run the extension you need to install the recommended extension 'amodio.tsl-problem-matcher'.
For more information, also visit http://code.visualstudio.com and follow us @code.
error: unknown option `initial-branch=main'
usage: git init [-q | --quiet] [--bare] [--template=<template-directory>] [--shared[=<permissions>]] [<directory>]
--template <template-directory>
directory from which templates will be used
--bare create a bare repository
--shared[=<permissions>]
specify that the git repository is to be shared amongst several users
-q, --quiet be quiet
--separate-git-dir <gitdir>
separate git dir from working tree
+ mv fresh-extension fresh-app
Finished running generator.
pwuser@factory:/workspace$ exit
exitBD