Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiorowski committed Feb 8, 2023
1 parent 034d170 commit 32571df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "templates"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Mateusz Piórowski <[email protected]>"]
license = "MIT"
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,11 @@ tp add next p lj
```

This will create a `page.ts` and `layout.js` in `./` dir and copy content of `next/[p]page.ts` and `next/[lj]layout.js` respectively inside them.

### Print

```
tp print
```

Print the current configuration.

0 comments on commit 32571df

Please sign in to comment.