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

plexiform

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plexiform

A very simple template-driven generator.

  • 1.4.1
  • npm
  • Socket score

Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

Plexiform

v1.4.1

In this document
Introduction
Not a module
Getting started
Contribute
Version history

Introduction

Plexiform is a rudimentary code generator.

It doesn't know any language, nor does it know how to reverse-engineer anything. It's really just a simple formalisation of JavaScript template literals, to expose a basic templating system.

But that's still incredibly useful, as it takes the effort and risk out of any repetitious task.

Perfect the code elsewhere, then use this to churn out more code than you could bear to hand-crank!

Not a module

Please note that this is not a Node module, it is a Node script for running in the shell.

I apologise if my npm etiquette is lacking, please forgive a first-timer :)

Getting started

  • npm install -g plexiform
  • Define a JSON config file to represent whatever it is you are building. No special format required - but your templates will be entirely driven from this.
  • Turn your perfect code files into templates.
  • Write a build script which applies your templates to your config - e.g. iterates over config collections and saves the output.
  • Generate a plexiformconfig.json with plexiform --init and edit it accordingly.
  • Build from the plexiformconfig simply by invoking plexiform

See the included boilerplate example to get you started

Contribute

  • Please use this, and improve it.
  • Feel free to write a tutorial.
  • Contact me raith AT raith.co.uk
  • website coming soon.

Version history

DateVersionAuthorDetails
2017-08-03v0.0.0RaithInitiated
2017-08-04v0.0.1RaithNamed and stabilised
2017-08-24v0.1.1RaithUpdates
2017-08-28v1.0.0RaithPublished to npm
2017-08-28v1.1.0RaithFixed paths so can run as 'plexiform' bin in shell
2017-08-28v1.1.1RaithRemoved a couple of non-boilerplate configs
2017-09-03v1.2.0RaithCan now --init and build from a config file
2017-09-03v1.2.1RaithBug fix
2017-09-03v1.3.0RaithUtilises process-argv and changed to explicit command line arguments rather than positional parameters
2017-09-03v1.3.1RaithNo more assumption about file extensions. Now need to specify them for build and config
2017-09-08v1.3.2RaithRefactor base config and utils into own files
2017-09-11v1.3.3RaithRefactor and fix TS nullable types
2017-09-13v1.3.4RaithTidy option in OutputFile
2017-09-15v1.3.5RaithAdded support for MarkDown config :)
2017-09-17v1.4.0RaithAdded support for build config processor
2017-09-18v1.4.1Raithbetter suggestion in plexiformconfig, using relative path, and defaulting to plexiform-build-api

FAQs

Package last updated on 18 Sep 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