Skip to content

Commit

Permalink
REALSE 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
downgoon committed Jun 21, 2019
1 parent 95dd618 commit 48999fd
Showing 1 changed file with 47 additions and 1 deletion.
48 changes: 47 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,50 @@ Email: (this IS public) downgoon@qq.com
Logged in as downgoon on https://registry.npmjs.org/.


$ npm publish
$ npm publish # publish to registry.npmjs.org

npm publish
npm notice
npm notice 📦 cpmd@0.1.0
npm notice === Tarball Contents ===
npm notice 686B package.json
npm notice 2.0kB cpmd.js
npm notice 2.9kB README.md
npm notice === Tarball Details ===
npm notice name: cpmd
npm notice version: 0.1.0
npm notice package size: 2.1 kB
npm notice unpacked size: 5.6 kB
npm notice shasum: 7cc7dc6378216e3bb4ad6fc15d4a2511f18aecf7
npm notice integrity: sha512-Lki/LCZBB7sp8[...]OCYpIyhyDtB+A==
npm notice total files: 3
npm notice
+ cpmd@0.1.0

$ npm view cpmd # view the published detail info

cpmd@0.1.0 | MIT | deps: 4 | versions: 1
copy markdown file to the destination directory with its attached images on local file paths
https://github.com/downgoon/cpmd#readme

bin: cpmd

dist
.tarball: https://registry.npmjs.org/cpmd/-/cpmd-0.1.0.tgz
.shasum: 7cc7dc6378216e3bb4ad6fc15d4a2511f18aecf7
.integrity: sha512-Lki/LCZBB7sp8aOt8wTHtJ8sgMmEt25WgRXM4iQmytNSEbBF0dkL9+aomsvgIrGuCXtkyR2GJOCYpIyhyDtB+A==
.unpackedSize: 5.6 kB

dependencies:
command-line-args: ^5.1.1 commander: ^2.20.0 fs-extra: ^8.0.1 markdown-parser: 0.0.8

maintainers:
- downgoon <downgoon@qq.com>

dist-tags:
latest: 0.1.0

published 39 seconds ago by downgoon <downgoon@qq.com>
```


Expand All @@ -152,5 +194,9 @@ $ npm publish

``` bash
$ npm install cpmd -g
/usr/local/bin/cpmd -> /usr/local/lib/node_modules/cpmd/cpmd.js
+ cpmd@0.1.0
updated 12 packages in 3.2s

```

0 comments on commit 48999fd

Please sign in to comment.