Skip to content

Ziaeemehr/demo4.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo4

Stable Dev Build Status

>>> using PkgTemplates

>>> t = Template(user="YOUR_GITHUB_USERNAME", author="", dir=".", julia=VERSION,
    plugins=[
        License(; name="MIT"), 
        Git(), 
        GitHubActions(), 
        Documenter{GitHubActions}()
    ]
    )
>>> t("demo4")
>>> using demo4

From Julia General Registry

>>> ]
>>> add demo4

or

>>> using Pkg
>>> Pkg.add("demo4")

From clonnig this repo

>>> ]
>>> add

Usage

demo4 is the simplest example to show how build a package in Julia

>>> using demo4
>>> power2(2) 
4
>>> power3(2)
8

To register the package : Link

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages