Skip to content

New beta release

Pre-release
Pre-release
Compare
Choose a tag to compare
@comp500 comp500 released this 10 Apr 08:43
· 13 commits to master since this release

Well.... a new function(for you people) return true end
I've decided that require() is stupidly long and stupid. I've invented lib(). It looks just like require() on the outside, however:

  • It looks in less directories, but looks in /usr/apis (so it works with packman now)
  • It prompts the user to install an api when it is not installed (implemented packman and ac-get, only tested packman)
  • Is only 900 or so bytes minified
  • Still has the awesome format api, api2, api3... = lib("api", "api2", "api3"...)

In the next few releases I will:

  • Polish up stuff
  • Make require better and smaller
  • Revitalise addrequire