NpmTarHostingExample
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v4View latest version
A simple npm package that exports a function to log "Hello World" to the console.
npm install hello-world-package
Or install directly from URL:
npm install [package-url]
const helloWorld = require('hello-world-package');
// Logs "Hello World" to the console
helloWorld();
MIT