thesuhu

Markdown

Sep 12th, 2021 (edited)
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.74 KB | None | 0 0
  1. # contoh penulisan API
  2. API
  3. chalk.<style>[.<style>...](string, [string...])
  4. Example: chalk.red.bold.underline('Hello', 'world');
  5.  
  6. # membuat dan menampilkan badge di https://shields.io/
  7. # contoh GitHub version
  8. ![GitHub package.json version](https://img.shields.io/github/package-json/v/kenblikylee/colorconsole)
  9. # contoh NPM version, tambahkan ?style=flat-square untuk flat style
  10. [![npm](https://img.shields.io/npm/v/archiver-zip-encryptable.svg?style=flat-square)](https://www.npmjs.com/package/archiver-zip-encryptable)
  11. # contoh GitHub license
  12. [![GitHub license](https://img.shields.io/github/license/ksoichiro/node-archiver-zip-encryptable.svg?style=flat-square)](https://github.com/ksoichiro/node-archiver-zip-encryptable/blob/master/LICENSE)
  13.  
  14.  
Add Comment
Please, Sign In to add comment