cli-ifcjs
cli-ifcjs copied to clipboard
CLI application, to create ready to use templates for IFC.js web application.
trafficstars
cli-ifcjs (not supported)
Description
This is a CLI application, that allows creating ready to use templates for IFC.js web application, it creates the same project shown in IFC.js Getting started tutorial.
You can watch this in action on Youtube here
So far, there are two templates:
- Javascript + Rollup
- Javascript + Webpack
Install
npm i -g cli-ifcjs
or
npx cli-ifcjs
Usage
- In the command line enter
cli-ifcjs(if you install it globally) - build the application
npm run build - watch changes
npm run start - for "Javascript + Rollup" template, if you're using VS Code, run the Live server extension to display this web application on your browser.