Status: alpha.
python3 -m unittest discover -s testsThe console command is defined in pyproject.toml:
[project.scripts]
initx = "init_cli.cli:main"Implemented templates:
initx python <name>initx python .initx node <name>initx node .
Planned ideas live in the roadmap and are not implemented unless they are listed above.
Current tests cover:
- Python project generation
- Node.js project generation
- current-directory initialization with
. - refusal to overwrite existing or non-empty directories