Skip to content

DashWYD/Jshorten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome JavaShorten, a easier way to code.

This is a javascript package to shorten long keywords like "console.log" to print.

Start the process by entering

npm init -y

Into the console

Next run

npm i javashorten

Start the code by importing print

const log = require("javashorten");

Then log something using "print"

const print = require("javashorten");

print("Hello World");

And finally run in the terminal using node .

About

A easier way to write javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published