Skip to content

Commit 974d356

Browse files
authored
Mention generate in README.md (#45)
1 parent 9cfd842 commit 974d356

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ITensorPkgSkeleton"
22
uuid = "3d388ab1-018a-49f4-ae50-18094d5f71ea"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.2.1"
4+
version = "0.2.2"
55

66
[deps]
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ julia> Pkg.add("ITensorPkgSkeleton")
3333

3434
````julia
3535
using ITensorPkgSkeleton: ITensorPkgSkeleton
36+
ITensorPkgSkeleton.generate("MyPackage")
3637
````
3738

3839
Examples go here.

examples/README.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# # ITensorPkgSkeleton.jl
2-
#
2+
#
33
# [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://ITensor.github.io/ITensorPkgSkeleton.jl/stable/)
44
# [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://ITensor.github.io/ITensorPkgSkeleton.jl/dev/)
55
# [![Build Status](https://github.com/ITensor/ITensorPkgSkeleton.jl/actions/workflows/Tests.yml/badge.svg?branch=main)](https://github.com/ITensor/ITensorPkgSkeleton.jl/actions/workflows/Tests.yml?query=branch%3Amain)
@@ -38,4 +38,5 @@ julia> Pkg.add("ITensorPkgSkeleton")
3838
# ## Examples
3939

4040
using ITensorPkgSkeleton: ITensorPkgSkeleton
41+
ITensorPkgSkeleton.generate("MyPackage")
4142
# Examples go here.

0 commit comments

Comments
 (0)