Skip to content

velarlabs/velar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Velar

Velar is a high-performance, flexible, and easy-to-use web framework for Node.js. Inspired by own-nestjs, Velar aims to simplify web application development with a robust set of features and a simple API.

Getting Started

To get started with Velar, follow these steps:

  1. Install Velar:

    npm install -g velar-cli
  2. Create a new Velar app:

    velar
  3. Run the app:

    cd my-project
    npm run dev

Community

Join the Velar community to ask questions, share ideas, and showcase your projects:

Please adhere to our Code of Conduct in all community interactions.

Contributing

We welcome contributions to Velar! To get started, please read our Contribution Guidelines.

Good First Issues

Check out our good first issues to start contributing.

Security

If you find a security vulnerability, please report it responsibly by emailing shakil.hv<at>gmail<dot>com, Do not open a public issue.

License

Velar is licensed under the MIT License.

Acknowledgements

Velar is inspired by own-nestjs. We are grateful for the ideas and implementations from the own-nestjs project.