有什么方法可以使用yarn或npm从github存储库中安装特定文件吗?
例如,使用paket-我可以通过添加以下内容来抓取特定文件:
github user/repo AFile.xaml
在我的paket.dependencies
中,修改一个paket.references
文件,然后运行paket update
。
我想执行以下操作:yarn add user/repo AFile.xaml
-并使AFile.xaml
出现在node_modules
中。有可能吗?