0.1.0-alpha.31 • Published 1 year ago

jymfony v0.1.0-alpha.31

Weekly downloads
2
License
MIT
Repository
github
Last release
1 year ago

Tests - Linux Tests - Windows/macOS Scrutinizer Code Quality Code Coverage FOSSA Status

Jymfony is a Node.js framework for applications and a set of reusable Javascript components. Jymfony was born from an idea of Alessandro Chitolina as a port of the popular PHP framework, Symfony.

Requirements

  • Node.js >= 10.0

Installation

You can also install Jymfony via npm:

$ npm install jymfony

Basic usage

You can find a fully working base example project here.

Components available:

As said, Jymfony is made of reusable Javascript components:

Each component has its own README.md, you can read more about those there.

Also, it comes with some DataStructures. With Jymfony you can declare:

  • interfaces
class ThisIsAnInterface {
    // ...
}

module.exports = getInterface(ThisIsAnInterface);
  • traits
class ThisIsATrait {
    // ...
}

module.exports = getTrait(ThisIsATrait);

Testing

In order to test Jymfony, just run:

$ yarn test

Contributing

Contributions are welcome. Feel free to open a PR or file an issue here on GitHub!

License

Jymfony is licensed under the MIT License - see the LICENSE file for details

About Us

The Jymfony team:

The logo is an artwork made by Daniele Tognetti

0.1.0-alpha.31

1 year ago

0.1.0-alpha.30

2 years ago

0.1.0-alpha.29

2 years ago

0.1.0-alpha.28

4 years ago

0.1.0-alpha.27

4 years ago

0.1.0-alpha.26

4 years ago

0.1.0-alpha.25

4 years ago

0.1.0-alpha.24

4 years ago

0.1.0-alpha.23

4 years ago

0.1.0-alpha.22

4 years ago

0.1.0-alpha.21

4 years ago

0.1.0-alpha.20

4 years ago

0.1.0-alpha.19

4 years ago

0.1.0-alpha.18

5 years ago

0.1.0-alpha.17

5 years ago

0.1.0-alpha.16-2

5 years ago

0.1.0-alpha.16-1

5 years ago

0.1.0-alpha.16

5 years ago

0.1.0-alpha.15

5 years ago

0.1.0-alpha.14

5 years ago

0.1.0-alpha.13

5 years ago

0.1.0-alpha.12

5 years ago

0.1.0-alpha.11

6 years ago

0.1.0-alpha.10

6 years ago

0.1.0-alpha.9

6 years ago

0.1.0-alpha.8

7 years ago

0.1.0-alpha.7

7 years ago

0.1.0-alpha.6

7 years ago

0.1.0-alpha.5

7 years ago

0.1.0-alpha.4

7 years ago

0.1.0-alpha.3

7 years ago

0.1.0-alpha.2p1

7 years ago

0.1.0-alpha.2

7 years ago

0.1.0-alpha.1

7 years ago