فهرست منبع

chore(create-pyth-package): added readme generation

benduran 1 هفته پیش
والد
کامیت
797d6a4b24

+ 13 - 0
packages/create-pyth-package/src/templates/cli/README.md

@@ -0,0 +1,13 @@
+# {{name}}
+
+{{description}}
+
+TODO: Fill out readme with more instructions
+
+## Running locally during development
+
+From the root of this repo:
+
+```
+pnpm --dir ./{{relativeFolder}} start
+```

+ 5 - 0
packages/create-pyth-package/src/templates/library/README.md

@@ -0,0 +1,5 @@
+# {{name}}
+
+{{description}}
+
+TODO: Fill out readme with more instructions

+ 13 - 0
packages/create-pyth-package/src/templates/web-app/README.md

@@ -0,0 +1,13 @@
+# {{name}}
+
+{{description}}
+
+TODO: Fill out readme with more instructions
+
+## Running locally
+
+From the root of this repo:
+
+```
+pnpm turbo run start:dev --filter ./{{relativeFolder}}
+```