npmという次世代CPANパッケージマネージャの紹介
id:aereal
自己紹介
CPANパッケージマネージャー
cpanfile
requires ‘Plack’;
cpanfile
cpanfile
いろいろある
閑話休題
Gitリポジトリからインストールしたいといえば
npm i -S Microsoft/TypeScript#release-3.3
# npm i -S https://github.com/Microsoft/TypeScript#release-3.3
🤔
✘╹◡╹✘ < tree --noreport -d ./node_modules�./node_modules�└── typescript� ├── bin� └── lib�
npmでGitリポジトリをインストールする要件
†デモ†�https://gist.github.com/aereal/9672cfa85f839016366e
future work
See also