We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa7962 commit 1ad6387Copy full SHA for 1ad6387
README_FINAL.md
@@ -1,4 +1,4 @@
1
-# {{REPO_NAME}} NPM Package
+# typescript-npm-package-starter NPM Package
2
3
## Getting Started
4
package.json
@@ -1,5 +1,5 @@
{
- "name": "@trieb.work/{{REPO_NAME}}",
+ "name": "@trieb.work/typescript-npm-package-starter",
"version": "1.0.0",
"scripts": {
5
"dev": "vitest --watch",
scripts/setup-repo-name.sh
@@ -12,6 +12,6 @@ mv README_FINAL.md README.md
12
# Replace placeholders in regular files only
13
for file in *; do
14
if [ -f "$file" ]; then
15
- sed -i '' "s/{{REPO_NAME}}/$REPO_NAME/g" "$file"
+ sed -i '' "s/typescript-npm-package-starter/$REPO_NAME/g" "$file"
16
fi
17
done
0 commit comments