crack-it
v3.0.0
Published
Crack-it fullstack builder CLI for scaffolding, design, CRUD, reports, roles, and local project control
Maintainers
Readme
Crack-it
Crack-it is a fullstack builder CLI for creating React + Express + MySQL apps with authentication, CRUD pages, reports, design variants, roles, diagnostics, and same-network collaboration.
Install
npm i -g crack-it
crack-it activate pass12345
crack-it new my-appAfter setup, Crack-it opens the generated app and can also open a dark browser control UI:
crack-it studio -p my-appMain Commands
crack-it new <folder>
crack-it studio [-p <path>]
crack-it build [-p <path>]
crack-it design [-p <path>]
crack-it edit [-p <path>]
crack-it logic [-p <path>]
crack-it roles [-p <path>]
crack-it share [-p <path>]
crack-it join
crack-it doctor [-p <path>]
crack-it activate <license-key>
crack-it version
crack-it updateLegacy aliases such as crack-it, page, tweak, role-based, and fixer still work for older projects.
License Keys
This package activates locally on the current PC with one of:
pass12345
babyzera
sos
bboyWithout activation, license-gated commands show a terminal pay-first message.
Generated App UX
New projects randomly receive one of multiple login and dashboard structures, including split-brand login, side-panel login, compact login, topbar-only dashboards, rail sidebar dashboards, dense operations dashboards, command-center dashboards, and classic sidebar dashboards.
The generated auth layer supports configurable login fields:
AUTH_LOGIN_FIELD=username
AUTH_LOGIN_LABEL=UsernameSupported backend fields are username, email, and full_name.
