Skip to content

Commit 9579590

Browse files
authored
Add npm-publish (#44)
1 parent e1853d8 commit 9579590

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

_posts/2018-09-14-npm-publish.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: post
3+
title: "npm-publish"
4+
description: "A npm module publisher"
5+
category: default
6+
tags: [npm, nodejs]
7+
author: "@sugarshin"
8+
---
9+
10+
# npm-publish
11+
12+
A npm module publisher.
13+
14+
## Usage
15+
16+
PACKAGE_NAME=<name> NEW_VERSION=<version> npm-publish
17+
18+
## Links
19+
20+
* [Source Code (GitHub)][https://github.com/sugarshin/npm-publish]
21+
* [Author: Shingo Sato](https://sugarshin.net)

0 commit comments

Comments
 (0)