Skip to content

Commit

Permalink
🎉 v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vclemenzi committed Feb 2, 2022
1 parent 705dca3 commit e170fcd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ node_modules/
# git commit -m "first commit"
# git branch -M main
# git remote add origin https://github.com/redajs/cli.git
# git push -u origin main
# git push -u origin main
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Template Generator
Whenever you have to create a project in any language, you often waste time creating the code base. Yurd has some code base templates to install to get started and programming right away without wasting time creating the code base
Whenever you have to create a project in any language, you often waste time creating the code base. Redajs has some code base templates to install to get started and programming right away without wasting time creating the code base
(installs with npm but also uses other languages)

```bash
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
"ora": "^6.0.1"
}
}

0 comments on commit e170fcd

Please sign in to comment.