1.0.8 • Published 2 years ago

@ou-imd/imd-create v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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.

Download Node JS

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.

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

0.0.1

2 years ago

1.1.3

2 years ago