autocomplete-clang
No description available.
File Explorer
Download Latest Version (.zip)- config.yml
- dependabot.yml
- stale.yml
- autocomplete-clang.cson
- autocomplete-clang.coffee
- clang-args-builder.coffee
- clang-provider.coffee
- common-util.coffee
- configurations.coffee
- default-precompiled.coffee
- jumper.coffee
- pch-emitter.coffee
- autocomplete-clang.cson
- autocomplete-clang-spec.coffee
- .gitignore
- .travis.yml
- CHANGELOG.md
- coffeelint.json
- LICENSE.md
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/yasuyuky/autocomplete-clang
Downloads the entire project code from GitHub to your computer.
cd autocomplete-clang
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)
