0.0.13 • Published 5 years ago
cinematheme v0.0.13
Create theme for CinemaPress
Install (NodeJS)
npm i cinematheme -gUsage
cinematheme --name "mytheme" --index "https://example.com"https://example.com- donor website;mytheme- name theme (lowercase).
After generation and editing (recommended use Visual Studio Code and EJS extensions), you can send mytheme folder to the server in themes folder.
/themes/mytheme/default/- all functions in theme (help);/themes/mytheme/public/- static files;/themes/mytheme/views/- theme files;
File to URL:
index.ejs-/movie.ejs-/movie/[id]episode.ejs-/movie/[id]/s11e22picture.ejs-/movie/[id]/picturetrailer.ejs-/movie/[id]/traileronline.ejs-/movie/[id]/onlinedownload.ejs-/movie/[id]/downloadcategories.ejs/year/genre/actor/country/director/content
category.ejs/year/[year]/genre/[genre]/actor/[actor]/country/[country]/director/[director]/content/[content]
Help
~# cinemapress -h
Usage: cinematheme <command> [options]
Create theme for CinemaPress
Options:
-i, --index <url> index url
-m, --movie [url] movie url
-c, --category [url] category url
-s, --categories [url] categories url
-e, --episode [url] episode url
-p, --picture [url] picture url
-t, --trailer [url] trailer url
-o, --online [url] online url
-d, --download [url] download url
-n, --name [name] name theme
-u, --uncss removes unused CSS
-V, --version output the version number
-h, --help output usage information