forked from sheetjs/sheetjs
11 lines
307 B
Bash
Executable File
11 lines
307 B
Bash
Executable File
#!/bin/bash
|
|
if [ ! -e SheetJSNS ]; then
|
|
ns create SheetJSNS --ng
|
|
cd SheetJSNS
|
|
npm install --save https://cdn.sheetjs.com/xlsx-latest/xlsx-latest.tgz
|
|
cd ..
|
|
fi
|
|
|
|
<../../dist/xlsx.full.min.js sed 's/require("fs")/null/g' > SheetJSNS/src/app/xlsx.full.min.js
|
|
cp nscript.ts SheetJSNS/src/app/app.component.ts
|