create-rescript-poly is a project generator for the Hyperpolymath ReScript Full Stack ecosystem. It bootstraps new ReScript projects with standardized structure, dependencies, and tooling, ensuring compliance with ecosystem conventions and best practices.
-
Standardized Project Structure: Generates projects with pre-configured directories, build scripts, and documentation.
-
Ecosystem Integration: Automatically includes
rescript-poly-coreand other ecosystem tools. -
Deno Native: Designed for the Deno runtime, not Node.js.
-
Automation: Uses
Justfor task management (see Justfile Cookbook).
deno install --allow-all --name create-rescript-poly https://deno.land/x/create_rescript_poly/cli.tsGenerated projects include:
- src/: ReScript source files
- tests/: Deno test suite
- docs/: Modular documentation (AsciiDoc)
- justfile: Standardized automation (see Justfile Cookbook)
- licences/: License files (PMPL-1.0-or-later, PMPL-1.0, Palimpsest v0.4)
All build, test, and deployment tasks are managed via just. Run just --list for available commands.
This project is licensed under: - PMPL-1.0-or-later - PMPL-1.0 - Palimpsest v0.4