create-ifc-lite
v1.1.7
Published
Create IFC-Lite projects with one command
Maintainers
Readme
create-ifc-lite
Scaffold IFC-Lite projects in seconds.
Usage
Create a new project
npx create-ifc-lite my-ifc-appTemplates
Basic (default) - Minimal TypeScript project for parsing IFC files:
npx create-ifc-lite my-app
cd my-app
npm install
npm run parse ./model.ifcReact - React + Vite project with drag-and-drop viewer:
npx create-ifc-lite my-viewer --template react
cd my-viewer
npm install
npm run devOptions
| Flag | Description |
|------|-------------|
| --template <type> | Template to use: basic, react (default: basic) |
| --help | Show help |
