Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ShivangKakkar/heroku-buildpack-nim
Minimal Heroku Buildpack for Nim
https://github.com/ShivangKakkar/heroku-buildpack-nim
heroku heroku-buildpack heroku-deployment nim nim-lang nimble
Last synced: 24 days ago
JSON representation
Minimal Heroku Buildpack for Nim
- Host: GitHub
- URL: https://github.com/ShivangKakkar/heroku-buildpack-nim
- Owner: ShivangKakkar
- License: mit
- Created: 2022-02-10T06:29:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T06:30:00.000Z (almost 3 years ago)
- Last Synced: 2024-05-19T02:00:26.011Z (7 months ago)
- Topics: heroku, heroku-buildpack, heroku-deployment, nim, nim-lang, nimble
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- BotList - Heroku Buildpack Nim - Buildpack to install nim and nimble in Heroku (Telegram Bot List / Other Open Source Projects)
README
# Heroku Buildpack for Nim
![Nim Logo](https://telegra.ph/file/b9b18e05f675a5711a061.jpg)
#### Minimal Buildpack to install Nim-lang, and it's package manager Nimble in Heroku
**Note** - This is a beta release and very minimal. Contributions are welcome.
## Adding Buildpack
### Using Heroku CLI
```sh
heroku buildpacks:set https://github.com/StarkBotsIndutries/heroku-buildpack-nim.git
```### Using Heroku GUI
1. Go to Heroku Dashboard and open your app.
2. Go to the settings tab
3. Scroll below and find the buildpacks section
4. Click on 'Add Buildpack', put the url and save changes.
5. The buildpack is now enabled. It'll be build in next deployment
You are good to go.