Thanks to visit codestin.com
Credit goes to github.com

Skip to content

yoodame/create-fulcro-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

create-fulcro-app

Creates a starter project for Fulcro web applications, similar to create-react-app but for ClojureScript and Fulcro.

Usage

npx create-fulcro-app@latest my-app

The tool will prompt you for a root namespace with "app" as the default. Just press Enter to use "app" or type your preferred namespace like "com.mycompany.myapp".

Options

  • <project-name> - Directory where the project will be created (required)

What it does

  1. Downloads the fulcro-template
  2. Prompts for or accepts a custom namespace
  3. Transforms all ClojureScript files to use your chosen namespace
  4. Renames directory structure to match the namespace
  5. Updates configuration files (shadow-cljs.edn, package.json, README.adoc)
  6. Installs npm dependencies

Development

To work on this tool locally:

git clone <this-repo>
cd create-fulcro-app
npm install

# Test locally
mkdir test-area
./src/index.js test-app

License

MIT

About

Creates a starter project for Fulcro web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published