np icon indicating copy to clipboard operation
np copied to clipboard

A better `npm publish`

Results 132 np issues
Sort by recently updated
recently updated
newest added

## Description When using a password-protected ssh-key for github, all "git"-checks fail, since the password prompt does not get shown to the user for input. ## Steps to reproduce 1....

This request would allow overriding the default git tag format with a custom format specified as a new option. The main usage would be to add a suffix to the...

## Description If a `lint` scripts exists in package.json, run it after bumping the `version` field, and before publishing. **Is the feature request related to a problem?** Kind of. It...

help wanted
docs

## Description When I execute the command `np` and choose `prerelease` I receive the following error message: `Unexpected token u in JSON at position 0` This happens when I have...

## Description **np** stops at step `Enabling two-factor authentication` with error `503 Service Unavailable`. This error seems a consequence of the fact that **np** tells me ``` This scoped repo...

Indeed it would make sense for an npm package, but: - If possible it could parse the repo from a git remote as a fallback, or - it could handle...

bug
help wanted

I manage npm modules for various personal and organization projects and I am curious if there is a way to use `np` across all these projects? I have only used...

Stuck at the "Prerequisite check" stage when I try publish module to npm. ## Steps to reproduce 0. Enable 2fa in npm settings 1. Create package 2. Install np globaly...

Hey @sindresorhus, i really like this package and our team is using it in almost every npm related project. ### tl;dr Introduce a `--remote` option to configure the remote-repository to...

enhancement
help wanted

## Description Support can be added to selectively publish one/some of your subpackges in a Yarn workspace. I imagine it would then seamlessly integrate with tools like Lerna. As of...