🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

nicerconsole

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nicerconsole

nicer console

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
4
33.33%
Maintainers
1
Weekly downloads
 
Created
Source

NiceConsole

const { print, input } = require( "./index" )
// NiceConsole ::
console.useTime( "useTime", function(){
    console.log( "console.log" )
    console.info( "console.info" )
    console.error( "console.error" )
    console.text( "<text> console.text" )
    console.box( console.input( "input" ) )
})

// BasicMethod
print( new Array(50).join( "-" ) )
input( "use <enter> to output" )

Screenshot 2024 08 14 11 33 18 464 com.termux edit
Gh : https://github.com/Love-Kogasa/NiceConsole

Keywords

beautiful

FAQs

Package last updated on 14 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts