ata.js

9.0.5 • Public • Published

ATA.JS Javascript life cycle system

Example:

''js ((ATA)=>{

ATA.Setups.push(()=>{
	// it works for only 1 time
});

ATA.Loops.push(()=>{
	// it works forever, 1 time for a second.
});

})(require("ata.js")());

ATA.Inject("./ss.js",{console}, []);

return;

''

``bash

npx ata_init

``

Readme

Keywords

Package Sidebar

Install

npm i ata.js

Weekly Downloads

63

Version

9.0.5

License

GPL-3.0-only

Unpacked Size

63.4 kB

Total Files

15

Last publish

Collaborators

  • mustafaozver