cinemapress

0.0.3 • Public • Published

CinemaPress CLI

Install (NodeJS)

npm i cinemapress -g

Usage

cinemapress theme --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]/s01e01
  • picture.ejs - /movie/[id]/picture
  • trailer.ejs - /movie/[id]/trailer
  • online.ejs - /movie/[id]/online
  • download.ejs - /movie/[id]/download
  • categories.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: cinemapress <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
  -V, --version           output the version number
  -h, --help              output usage information

Readme

Keywords

none

Package Sidebar

Install

npm i cinemapress

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

79.1 kB

Total Files

15

Last publish

Collaborators

  • extensionsapp