The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dist::Zilla::Plugin::Web::NPM::Publish - Publish your module in npm with `dzil release`

VERSION

version 0.0.10

SYNOPSIS

In your dist.ini:

    [Web::NPM::Publish]
    sudo = 1             ; add `sudo` to the publish call, defaults to 0

DESCRIPTION

This plugin will just call `npm publish <tarball>` during `dzil release`.

AUTHOR

Nickolay Platonov <nplatonov@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Nickolay Platonov.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.