crates
crates is an extension aims to help people to manage their dependencies for rust (crates.io & TOML).
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- FUNDING.yml
- extensions.json
- launch.json
- settings.json
- tasks.json
- Cargo.toml
- crev_dev.png
- docs_rs.png
- tooltip.png
- update_all.png
- crateMetadatas.ts
- crates-index-server.ts
- sparse-index-server.ts
- DecorationText.ts
- Dependency.ts
- fetcher.ts
- Item.ts
- listener.ts
- autoCompletion.ts
- quickActions.ts
- quickFill.ts
- compareVersions.ts
- semverUtils.ts
- parse.test.ts
- full.toml
- commands.ts
- parser.ts
- decoration.ts
- decorator.ts
- status-bar.ts
- extension.ts
- .gitignore
- .vscodeignore
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- icon.png
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/serayuzgur/crates
Downloads the entire project code from GitHub to your computer.
cd crates
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
