0.1.0-alpha.32 • Published 6 months ago

jymfony v0.1.0-alpha.32

Weekly downloads
2
License
MIT
Repository
github
Last release
6 months 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.32

6 months ago

0.1.0-alpha.31

2 years ago

0.1.0-alpha.30

3 years ago

0.1.0-alpha.29

4 years ago

0.1.0-alpha.28

5 years ago

0.1.0-alpha.27

5 years ago

0.1.0-alpha.26

5 years ago

0.1.0-alpha.25

5 years ago

0.1.0-alpha.24

5 years ago

0.1.0-alpha.23

5 years ago

0.1.0-alpha.22

5 years ago

0.1.0-alpha.21

5 years ago

0.1.0-alpha.20

5 years ago

0.1.0-alpha.19

6 years ago

0.1.0-alpha.18

6 years ago

0.1.0-alpha.17

6 years ago

0.1.0-alpha.16-2

6 years ago

0.1.0-alpha.16-1

6 years ago

0.1.0-alpha.16

6 years ago

0.1.0-alpha.15

6 years ago

0.1.0-alpha.14

6 years ago

0.1.0-alpha.13

6 years ago

0.1.0-alpha.12

6 years ago

0.1.0-alpha.11

7 years ago

0.1.0-alpha.10

7 years ago

0.1.0-alpha.9

7 years ago

0.1.0-alpha.8

8 years ago

0.1.0-alpha.7

8 years ago

0.1.0-alpha.6

8 years ago

0.1.0-alpha.5

8 years ago

0.1.0-alpha.4

8 years ago

0.1.0-alpha.3

8 years ago

0.1.0-alpha.2p1

8 years ago

0.1.0-alpha.2

8 years ago

0.1.0-alpha.1

8 years ago