Skip to content

afeiship/next-node-downfile

Repository files navigation

next-node-downfile

Download file for next.

version license size download

installation

yarn add @jswork/next-node-downfile

usage

import '@jswork/next-node-downfile';

nx.nodeDownfile({
  url: 'https://www.iconfont.cn/api/project/download.zip?pid=4644398&ctoken=ldvj2ogXUEvE6mDiLwqJ7BS3',
  headers: {
    cookie: 'EGG_SESS_ICONFONT=xxx'
  }
});

license

Code released under the MIT license.