JanetDocsSourcePlaygroundTutorialsI'm Feeling luckyCommunityGitHub sign in

spork/declare-cc/jpm-shim-env

spork


    function
    /usr/local/lib/janet/spork/declare-cc.janet on line 942, column 1

    (jpm-shim-env &opt e)

    Create an environment table that can evaluate project.janet files


1 exampleSign in to add an example
Loading...
# If you have a working project.janet file, you can use it from janet-pm with just this:
(import spork/declare-cc)

(dofile "project.janet" :env (declare-cc/jpm-shim-env))
veqqqPlayground