create-helix-app
v1.0.5
Published
This repository hosts a graphical interface to create Helix projects quickly with Shadow CLJS, Helix, a state management library, a routing library, and a schema validation library.
Downloads
2
Readme
#+TITLE: create-helix-app #+LANGUAGE: en
This repository hosts a graphical interface to create Helix projects quickly with Shadow CLJS, Helix, a state management library, a routing library, and a schema validation library.
All you need to do is run =npx create-helix-app= in your terminal and follow each step.
You can chose between the following options:
- React version: the latest minor release of 16, 17. or 18
- State management: =refx= or vanilla React
- Routing library: =reitit= or your own
- Data validation: =malli=, =clojure.spec=, or your own
In the future, I plan to add more options, like emitting a Leiningen project.
- Acknowledgements
A modified subset of Helix, called =twirl= is used internally by the program.
Helix
Copyright © 2020 Will Acton
Distributed under the EPL 2.0
- License
Copyright (C) 2023 The create-helix-app Contributors
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.