Skip to content

upupming/pubex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pubex

npm (tag) npm

Quickly publish an experimental version of your npm package in one command:

npx pubex

or:

npm i -g pubex
pubex

If it is a git repository, it will use HEAD hash (eg. 0.0.0-experimental-caf5d3) as the version number, else it will use current time (eg. 0.0.0-experimental-2022-02-16-00-02-40-utc-plus-8) as the version number. The package will published as experimental tag, so you can install your package with npm i your-package@experimental.

About

Publish experimental package to npm with just one command

Resources

Stars

Watchers

Forks

Packages

No packages published