File tree 3 files changed +34
-18
lines changed
3 files changed +34
-18
lines changed Original file line number Diff line number Diff line change 1
1
2
2
3
3
<h3 align =" center " >
4
- <strong>Managing FastAPI projects made easy</strong>
4
+ <strong>Managing FastAPI projects made easy. </strong>
5
5
</h3 >
6
6
<p align =" center " >
7
7
<img src =" https://img.shields.io/github/issues/ycd/manage-fastapi?style=for-the-badge " >
31
31
32
32
33
33
34
- ## Features : rocket :
34
+ ## Features 🚀
35
35
36
36
* #### Creates customizable ** project boilerplate.**
37
37
* #### Creates customizable ** app boilerplate.**
38
38
* #### More will come soon.
39
39
40
40
41
- ## Example folder structure for more check [ documentation ] ( https://ycd.github.io/manage-fastapi/ )
41
+ ## Example folder structure 📦
42
42
```
43
43
newproject/
44
44
├── __init__.py
@@ -64,25 +64,11 @@ newproject/
64
64
└── __init__.py
65
65
```
66
66
67
- ## Installation : pushpin :
67
+ ## Installation 📌
68
68
69
69
` pip install manage-fastapi `
70
70
71
71
72
- ## Release Notes :mega :
73
-
74
- ### Latest Changes
75
-
76
- ### 0.1.1
77
-
78
- * Added documentation
79
- * Fixed typos
80
- * Additional response for successfuly creation.
81
-
82
- ### 0.1.0
83
-
84
- * Prototype of project with two functionalities.
85
-
86
72
## License
87
73
88
74
This project is licensed under the terms of the MIT license.
Original file line number Diff line number Diff line change
1
+ ## Release Notes 📣
2
+
3
+ ### Latest Changes
4
+
5
+ ### 0.1.2
6
+
7
+ * Add tests
8
+ * Fix and relocate success message
9
+ * Add travis
10
+
11
+ ### 0.1.1
12
+
13
+ * Added documentation
14
+ * Fixed typos
15
+ * Additional response for successfuly creation.
16
+
17
+ ### 0.1.0
18
+
19
+ * Prototype of project with two functionalities.
Original file line number Diff line number Diff line change 15
15
- Start new project : managing_projects/startproject.md
16
16
- Manage Apps :
17
17
- Start new app : managing_apps/startapp.md
18
+ - Release Notes : ' release-notes.md'
19
+
18
20
19
21
markdown_extensions :
22
+ - toc :
23
+ permalink : true
24
+ - markdown.extensions.codehilite :
25
+ guess_lang : false
26
+ - admonition
20
27
- codehilite
28
+ - extra
29
+ - tables
30
+ - smarty
31
+ - pymdownx.tabbed
You can’t perform that action at this time.
0 commit comments