An unfinished system to manage all your paper documentation in an easy way.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

commands.txt 338B

123456789
  1. cd /opt/autodoc/www/js/
  2. npm install popper.js --save
  3. npm install tooltip.js --save
  4. for i in `find node_modules -maxdepth 4 -mindepth 4 -type f | grep umd`; do cp $i .; done
  5. rm -rf node_modules
  6. npm install bs-custom-file-input --save
  7. for i in `find node_modules -name "bs-custom-file-input*" -type f`; do cp $i .; done
  8. rm -rf node_modules