mrjvs / neatojs

Collection of neat JS tools

Home Page:https://neatojs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NeatoJS

  • typescript first
  • modular
  • isolated, use the packages on their own
  • no abstraction, you're using well-known libraries, almost no need for neato-specific google searches

Packages

  • @neato/config - load configurations from various sources with type-safety and validation (BETA)
  • @neato/guider - beautiful documentation generator framework based on nextjs (ALPHA)

Upcoming packages

  • @neato/router - http router based on fastify
  • @neato/auth - fully fledged authentication system, including permissions
  • @neato/jobs - persistent job queue
  • @neato/log - simple logger with good pretty defaults

About

Collection of neat JS tools

https://neatojs.com/

License:MIT License


Languages

Language:TypeScript 63.1%Language:MDX 33.4%Language:CSS 2.4%Language:JavaScript 1.2%