This template is intented to be used for the creation of new Arturo Packages.
The readme was carefully designed to maintain consistency across packages:
- Custom Badges
- Quick Presentation
- Autotamized installation guide
This templates ships a common structure:
.github: Github Integration..vscode: VsCode Integration.docs: Documentation.examples: Usage Examples.specs: All kind of Tests.src: Source Code
- Integrates with
unitt, ou main testing library.- Comes with its best default.
- Integrates with Github CI
- Uses our modern way of using Arturo on CI, via it's official action.
- No spending time trying to keep README consistency
- Ready to ship to pkgr.art
- CI integration since its first commit
- Create a new repository using it as template
- On Github, create a
LICENSEfile and choose your license using their templates - Run
arturo boot.artand follow the instructions. Don't worry, this script will delete itself and the useless files for your project.



