Skip to content

Commit

Permalink
style: pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-iv committed Aug 19, 2024
1 parent 9a0bafe commit 924a610
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# litestar-manage

litestar-manage is a project scaffolding tool for Litestar. It allows the user to quickly create a starter Litestar
project using a CLI.

## Usage

To quickly create a starter project, run the following:

```
litestar-manage init --app-name MyProject
```

This will initialize a Litestar project named MyProject in the current working directory. The project has the following
file tree structure:

```
app/
├─ templates/
Expand All @@ -24,4 +29,4 @@ app/
├─ config.py
.gitignore
README.md
```
```
2 changes: 1 addition & 1 deletion src/litestar_manage/template/README.md.jinja2
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# {{ app_name }}

This is a starter Litestar project generated with litestar-manage.
This is a starter Litestar project generated with litestar-manage.

0 comments on commit 924a610

Please sign in to comment.