@wardrobe/wardrobe

Webstack for NodeJS

Usage no npm install needed!

<script type="module">
  import wardrobeWardrobe from 'https://cdn.skypack.dev/@wardrobe/wardrobe';
</script>

README

Wardrobe is a NodeJS framework for web applications heavily inspired by Symfony.

Installation

  • The recommended way to install and use wardrobe is to clone wardrobe-standard to use as a skeleton for your new application

Development

Wardrobe is still in early development and breaking changes might occur

Contributing

For contributions we follow the "fork-and-pull" git workflow.

In short:

  1. Fork the repository on GitHub
  2. Clone your fork to your own machine
  3. Create a new Branch for your changes (to keep master clean)
  4. Commit changes to that branch
  5. Push your work back up to your fork
  6. Submit a Pull request so that we can review your changes

NOTE: Be sure to merge the latest version from "upstream" before making a pull request!