create-jolie
v1.8.2
Published
Set up a Jolie project in the easy way
Downloads
8
Readme
About The Project
This project contains scripts used for scaffolding a Jolie project. With this tool, you can easily jumpstart the jolie project with the structure recommended by the Jolie developer. It is included the configuration for enable jpm
directly to the project, and possible to integrate jot
to the project for testing.
Built With
Usage
npm init jolie@1
Note the version number needed to be specify, otherwise the npm
might resolve the script to an outdated cached version in the local machine.
Type of project
With this tool, you can pick various type of Jolie project, from simple project to advance jolie project such as Java service or web application. Currently create-jolie supports following project types.
- Empty Jolie project
- Scripting Jolie project
- Web application project
Roadmap
- [ ] Create new module in existed project
See the open issues for a full list of proposed features (and known issues).
Contributing
The project consists of a yeoman generator cooperating with sub-generators. The generators are stored inside ./generators
directory, which categorized in the type of available jolie's project. The entry point of the generators is reside under ./app
directory.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE
for more information.
Contact
- E-mail, by sending an e-mail to
[email protected]
. Anybody can send to the group. You can also register to the e-mail group at this link: https://groups.google.com/g/jolie-devel. - Chat or Audio/Video calls. See below for a link to our Discord server.