diff --git a/Cargo.toml b/Cargo.toml index b4d9cf3..e99d3bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "templates" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["Mateusz PiĆ³rowski "] license = "MIT" diff --git a/README.md b/README.md index 31d7ed9..0da722d 100644 --- a/README.md +++ b/README.md @@ -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.