Socket
Book a DemoInstallSign in
Socket

atjst

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atjst

The *cleanest* JavaScript template you'll ever need.

1.0.0
latest
npmnpm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

atjst

The cleanest JavaScript template you'll ever need.

Usage

const compile = require('atjst');
const render = compile('Hello @name!');
const output = render({ name: 'John' });
console.log(output); // => Hello John!

Syntax

Subtitution:

Hello @name!

Obviously cleaner than <%= name %>, {{ name }} or <name>, isn't it?

Expression:

Hello @{ firstName + ' ' + lastName }!

Highly inspired by JavaScript template literal.

The curly brackets inside might be nested but they must be balanced.

However, it also recognizes JavaScript string, comment and regular expression literals. Thus writing @{ '}' } or @{ /}/ } is perfectly fine.

Code:

@ for (let { name } of persons) {
  Hello @name!
@ }

At, space, then your code.

Comment:

@. This will be ignored.

Escape:

@@Override

Just in case.

JavaScript API

module.exports = (template: string) => (data: any) => string;

Install

npm install atjst

Build

npm run build

FAQs

Package last updated on 05 Aug 2018

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.