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

@phish108/cms

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phish108/cms

A little jekyll tool for creating pages and blog posts

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

cms

very basic jekyll tool for creating pages and blog post

The tool create stubs for pages and blog posts on gh-pages. I created this tool because I forget about the meta data and I was hoping to have a basic tool on

Running

The general Synopsis is:

npx -p @phish108/cms cms [page_type] "title of page"

To create a page

npx -p @phish108/cms cms page "hello world"

To create a post in _posts

npx -p @phish108/cms cms post "hello world"

The difference between post and other page types is that post will add a date and blog-post related meta-data to the header.

Note that the commands will run on the local directory and do NOT create subdirectories for you.

Installation

cms is intended to be used via npx, but

npm install @phish108/cms

Keywords

FAQs

Package last updated on 10 Mar 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