Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Stacks Registry

Where stacks are defined.

☘️ Features

  • Allows for buddy add <stack> to install a stack from the registry

🤖 Usage

bun install -d @stacksjs/registry
import type { Registry } from '@stacksjs/registry'
import { registry } from '@stacksjs/registry'

console.log(registry) // the Registry as an object

To view the full documentation, please visit https://stacksjs.com/path.

🧪 Testing

bun test

📈 Changelog

Please see our releases page for more information on what has changed recently.

🚜 Contributing

Please review the Contributing Guide for details.

🏝 Community

For help, discussion about best practices, or any other conversation that would benefit from being searchable:

Discussions on GitHub

For casual chit-chat with others using this package:

Join the Stacks Discord Server

🙏🏼 Credits

Many thanks to the following core technologies & people who have contributed to this package:

📄 License

The MIT License (MIT). Please see LICENSE for more information.

Made with 💙