📄️ Sipa CLI
Sipa provides a powerful command line interface (CLI) to support the developer on his daily work.
📄️ Create a new project
On the commandline run
📄️ Create a new page
Sipa projects are structured into logical pieces called "pages".
📄️ Create a new layout
For reusing different general parts of an app, they can be put into layouts, where pages are a part of the layout.
📄️ Create a new javascript
Logic, that does not belong to a specific page or layout, should be put into general JavaScript files.
📄️ Create a new style sheet
Styling, that does not belong to a specific page or layout, should be put into general style sheet files.
📄️ Add or remove libraries
When working on a project you often want to add a (S)CSS framework of your choice or need to add a JavaScript library that offers some special features you want to use.
📄️ Build your project
Sipa provides tools to create a production build.