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 59acc9f commit fb5d00eCopy full SHA for fb5d00e
.gitignore
@@ -1,2 +1,3 @@
1
-index.js
2
-__pycache__
+__pycache__/
+src/csv_to_custom_json.egg-info/
3
+dist/
commit.sh
@@ -0,0 +1,14 @@
+# auto commit docs
+
+rm ../csv-to-custom-json-python.wiki/*
4
+cp -pR docs/* ../csv-to-custom-json-python.wiki/
5
6
+cd ../csv-to-custom-json-python.wiki
7
+git add .
8
+git commit -m "update-docs"
9
+git push
10
+cd ../csv-to-custom-json-python
11
+pwd
12
+git add docs/
13
+git commit -m "auto-update-docs"
14
0 commit comments