Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 467 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 467 Bytes

Havahcript

Javascript But H

Install

You can install this by runninq the followinq command npm i @h-projects/havahcript

Your first app

To qet started, write the followinq header code.

const havahcript = require('havahcript');
const h = new havahcript.file({
	name: 'filename.js',
	confiq: {
		// add confiq here
	}
})

For more info about file headers and confiq, visit the docs.