Skip to content
/ nim-stuff Public template

A repository for getting started with nim-stuff.

License

Notifications You must be signed in to change notification settings

JohnMurray/nim-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nim-stuff

Passing Tests

A basic starter-template for working with Nim in VSCode's container environments. Ships with:

  • Nim 1.4.8
  • Nimble (latest stable)
  • A basic project configuration
    • Nimble configuration with a basic test task
    • src/ and tests/ directory that can be exercised out of the box
  • Basic GitHub workflow for testing
  • Basic standard tooling (gcc, git, curl, zsh, etc)

To be added soon

  • Add some basic (vscode) tasks for testing/building
  • Fix test to write binaries to a build/ dir or something
  • Mount home directory so configs for zsh/bash/git aren't missing
  • Nimble publish support
  • Doc generation (for gh-pages)

To get started:

  • Copy this template & clone it
  • Open with VSCode (inside the dev-container)
  • Run nimble test to make sure things are working
  • Enjoy!

About

A repository for getting started with nim-stuff.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published