Haskelly
Haskelly is a VS Code extension that provides complete support for casual and expert Haskell development.
File Explorer
Download Latest Version (.zip)- launch.json
- settings.json
- tasks.json
- cabal.json
- haskell.json
- haskell.json
- build.gif
- completion.gif
- hover.gif
- icon.png
- buttons.ts
- commands.ts
- testCode.ts
- index.ts
- index.ts
- index.ts
- index.ts
- InitIntero.ts
- InteroLocationDecoder.ts
- InteroSpawn.ts
- document.ts
- other.ts
- print.ts
- promise.ts
- syncSpawn.ts
- workDir.ts
- extension.ts
- index.test.ts
- index.test.ts
- promise.test.ts
- extension.test.ts
- index.ts
- .gitignore
- .vscodeignore
- License.txt
- package-lock.json
- package.json
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/haskelly-dev/Haskelly
Downloads the entire project code from GitHub to your computer.
cd Haskelly
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommendedcurl -sSL https://get.haskellstack.org/ | sh
Downloads and runs the official install script in one line β this handles the full setup automatically.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
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)
