Skip to content

TheSmuks/pmp-example-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pmp-example-module

A minimal example of a pmp-installable Pike module.

Install

pmp init
pmp install github.com/TheSmuks/pmp-example-module

Or add manually to your pike.json:

{
  "dependencies": {
    "Hello": "github.com/TheSmuks/pmp-example-module"
  }
}

Then run pmp install.

Use

import Hello;
write(Hello.greet() + "\n");  // "Hello from pmp!"

About

Minimal example of a pmp-installable Pike module

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages