smart-publish

Like npm publish, but also tag prepreleases and knows when it is public

Usage no npm install needed!

<script type="module">
  import smartPublish from 'https://cdn.skypack.dev/smart-publish';
</script>

README

smart-publish

Like npm publish, but also tag prepreleases and knows when it is public

Requirements

  • Node.js ≥ 8.9.0

Usage

Basic

cd <package-directory>
smart-publish

Advanced

export NPM=<npm-like-command>
export CWD=<package-directory>
smart-publish

License

MIT © Hoàng Văn Khải