2 lines
205 B
Bash
2 lines
205 B
Bash
# npm view aniwatch versions --json | sed 's/[][",]//g' | xargs -I {} npm pack aniwatch@{}
|
|
# npm view @consumet/extensions versions --json | sed 's/[][",]//g' | xargs -I {} npm pack @consumet/extensions@{} |