@elliemae/em-swift-cli
v10.5.1
Published
IMT Web Framework CLI
Downloads
8,462
Readme
Ellie Mae Swift CLI
EMS helps you to kick start new projects, prescribing best practices and tools to help you stay productive. Through our generator, we promote the EMS Workflow.
This workflow is robust and opinionated client-side stack, comprising tools and framework that can help developers quickly build beautiful web applications.
We take care of providing everything needed to get started without any of the normal headaches associated with manual setup.
As firm believers in good documentation and well thought out build processes, EMS CLI includes support for linting, testing, minification and much more, so developers can focus on solutions rather than worrying about the little things.
Quick Start Guide
Refer to 5 mins quick start guide to get started with EMS CLI.
Project Structure and Component Based Organization
EMS recommends a project structure based on components or modules. For an application, this means every small part of your application is a separate component and lives in it's own subfolder under parent component. This metaphore, when extended up until application component, the overall project structure starts looking something like:
To provide effective and efficient tooling, we maintain few other supplimenting files in your application repo, so the structure outside src folder would look something like: