New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cinematheme

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cinematheme

Create theme for CinemaPress

  • 0.0.8
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
14
increased by180%
Maintainers
1
Weekly downloads
 
Created
Source

Create theme for CinemaPress

Install (NodeJS)

npm i cinematheme -g

Usage

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]/s11e22
  • 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: 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
  -V, --version           output the version number
  -h, --help              output usage information

FAQs

Package last updated on 11 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc