pub fn publish(
    _target: &str,
    path: Option<PathBuf>,
    access: Option<Access>,
    tag: Option<String>
) -> Result<(), Error>
Expand description

Creates a tarball from a ‘pkg’ directory and publishes it to the NPM registry