Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickbradley/scout
VS Code extension that assists with finding information relevant to your code on the web
https://github.com/nickbradley/scout
Last synced: 3 days ago
JSON representation
VS Code extension that assists with finding information relevant to your code on the web
- Host: GitHub
- URL: https://github.com/nickbradley/scout
- Owner: nickbradley
- License: mit
- Created: 2021-10-14T12:52:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T21:29:07.000Z (over 2 years ago)
- Last Synced: 2023-03-03T04:42:30.179Z (almost 2 years ago)
- Language: TypeScript
- Size: 385 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Scout README
To package the extension:
1. Build the ui by running `yarn build` in the ui directory.
2. Run `vsce package --yarn` in the vscode directory.## Publishing
This only needs to be done once (until the token expires):
`vsce login ncbradley`