create-ibl-app
v0.3.11
Published
Create IBL final application
Downloads
3
Readme
create-ibl-app
Bootstrapping for the IBL application
This package includes the global command for Create IBL App.
Based on the output from the IBL IDE (package.json and process-configuration.json) this tool generates the folder structure of the final application.
Example usage:
npx create-ibl-app myIblApplication folderWithIDEOutput
where myIblApplication is the name of the newly created application and folderWithIDEOutput is a folder which should contain the two json files mentioned above.