Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # contoh penulisan API
- API
- chalk.<style>[.<style>...](string, [string...])
- Example: chalk.red.bold.underline('Hello', 'world');
- # membuat dan menampilkan badge di https://shields.io/
- # contoh GitHub version
- ![GitHub package.json version](https://img.shields.io/github/package-json/v/kenblikylee/colorconsole)
- # contoh NPM version, tambahkan ?style=flat-square untuk flat style
- [![npm](https://img.shields.io/npm/v/archiver-zip-encryptable.svg?style=flat-square)](https://www.npmjs.com/package/archiver-zip-encryptable)
- # contoh GitHub license
- [![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)
Add Comment
Please, Sign In to add comment