Skip to content

spdegabrielle/racket-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

racket-package

This is a template repository for GitHub that guides you through creating a new package using github and the raco pkg new command.

Steps:

  1. go to the the repo homepage and click the green Use this template button
  2. make a local copy of the template on your PC
  3. set your PATH environment variable to the racket/bin
  4. open command prompt
  5. type raco pkg new your-package-name-name-here

raco pkg new generates

  • license files
  • Racket .gitignore
  • main.rkt
  • scribble files

tasks

For more details see Tutorial: Creating a Package

To install (from within the package directory): $ raco pkg install To install (once uploaded to pkgs.racket-lang.org): $ raco pkg install <<name>> To uninstall: $ raco pkg remove <<name>> ;; To view documentation: $ raco docs <<name>>

See the current version of the racket style guide here: http://docs.racket-lang.org/style/index.html

About

a racket package template

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published