forked from sheetjs/docs.sheetjs.com
0.15.5
This commit is contained in:
parent
299223979b
commit
8840ac851e
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
js-xlsx
|
9
Makefile
Normal file
9
Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
.PHONY: index
|
||||
index:
|
||||
rm -rf js-xlsx
|
||||
git clone --depth=1 https://github.com/SheetJS/js-xlsx
|
||||
cd js-xlsx; grip --title "SheetJS Community Edition" --export README.md; cd ..
|
||||
mv js-xlsx/README.html index.html
|
||||
git add index.html
|
||||
#mv js-xlsx/README.md .
|
||||
#git add README.md
|
@ -1,2 +0,0 @@
|
||||
# docs.sheetjs.com
|
||||
docs.sheetjs.com
|
3867
index.html
Normal file
3867
index.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user