@ou-imd/imd-create v1.0.8
IMD Create
What is IMD-Create?
IMD-Create is a command line interface tool that assists in the creation of new web applications intended for distribution to the VLE.
All options come preconfigured with the following:
Vite Build Tools
OU Virtual Learning Environment API]
VLE Automatic Iframe Resizing Script
IMDT CSS Styles
Gitignore and Gitattributes Template
The intention of the tool is to automate the creation of boilerplate code required by the VLE and standardise our approach to package management.
How Do I Install IMD-Create?
npm i -g @ou-imd/imd-create
How do I use IMD-Create?
Run the following in the desired output location:
imd-create
You will be presented with the following options. Use the arrow keys to navigate to your desired option and press the enter key to confirm your selection.
The required files will be copied into the current directory and the npm install
command will be run to install the projects dependencies.
To start a local development server, invoke npm run dev
in your terminal.
I’m Having Issues Installing IMD-Create
Please make sure you have a recent version of node installed.
Is there more information on the JavaScript Template?
The README for the JavaScript template can be found in the templates/js-vite/ folder.
Is there more information on the jQuery Template?
The README for the jQuery template can be found in the templates/jquery-vite/ folder.
Is there more information on the Vue 3 Template?
The README for the Vue 3 template can be found in the templates/vue-vite/ folder.