Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

periodic-cli

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

periodic-cli

Command-line tool for PeriodicJS

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

Periodicjs-CLI

Build Status NPM version

Periodic is an application framework for data driven, web and mobile applications.

The platform is 100% open source and composed of extremely modular components that enable creating bespoke Node.js/Express/MongoDB based applications efficiently with new or existing themes and extensions.

What can I build with Periodic?

The platform is built with the UNIX / small utility / modular application design philosophy in mind. Content creators, developers, software engineers and entrepreneurs are encouraged to build large robust applications by integrating small single purposed extensions.

Periodic emphasizes a curated (and non-opinionated) workflow, using Express with MongoDB and an extremely malleable data model.

The use of additional frameworks, templating languages and design libraries is highly encouraged.

Applications built with Periodic range from simple blogs, complicated enterprise media publications, mobile application datastores, e-commerce platforms and more.

Installation

$ npm i periodic-cli nodemon -g

CLI Commands

$ periodicjs setup [version (default is to install the latest version)] # installs periodicjs from npm
$ periodicjs start [name-of-environment (development by default)] # runs nodemon
$ periodicjs deploy [name-of-environment (development by default)] # deploys with pm2
$ periodicjs deploy-sync # synchronize extensions with manifest json file
$ periodicjs test # synchronize extensions with manifest json file
$ periodicjs install [ext] # install new periodic extension
$ periodicjs remove [ext] # remove periodic extension
$ periodicjs upgrade [version (default is to install the latest version)] # upgrade periodicjs from npm

FAQs

Package last updated on 28 Jun 2017

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