Skip to content

VaitheesEswar/cli-ifcjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli-ifcjs

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.

More templates and features will be added soon...

About

CLI application, to create ready to use templates for IFC.js web application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.5%
  • CSS 10.1%
  • HTML 9.2%
  • TypeScript 0.2%