Overview
Share and reuse ANLUs across projects.
Commands
nlsc registry search "rate limiting"
nlsc registry install mnehmos/rate-limiter
nlsc registry publish
Registry Structure
registry.nls.dev/
mnehmos/
rate-limiter/
v1.0.0/
rate-limiter.nl
README.md
package.json
Package Manifest
# package.nl.yaml
name: rate-limiter
version: 1.0.0
author: mnehmos
description: Rate limiting middleware
keywords: [api, middleware, security]
dependencies:
mnehmos/time-utils: ^1.0.0
Implementation Options
- GitHub-based (packages as repos)
- npm-style registry
- Simple static hosting (S3 + index.json)
Exit Criteria
- Can publish and install ANLUs
- Dependency resolution works
Overview
Share and reuse ANLUs across projects.
Commands
nlsc registry search "rate limiting" nlsc registry install mnehmos/rate-limiter nlsc registry publishRegistry Structure
Package Manifest
Implementation Options
Exit Criteria