Giter Site home page Giter Site logo

jstransformer-gotpl's Introduction

jstransformer-gotpl

GoTpl support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-gotpl

API

var gotpl = require('jstransformer')(require('jstransformer-gotpl'))

gotpl.render('Hello, <%= item.name %>!', {name: "World"}).body
//=> 'Hello, World!'

License

MIT

jstransformer-gotpl's People

Contributors

robloach avatar timothygu avatar forbeslindesay avatar greenkeeper[bot] avatar hemanth avatar calebeby avatar tunnckocore avatar

Watchers

 avatar  avatar James Cloos avatar  avatar  avatar

jstransformer-gotpl's Issues

An in-range update of xo is breaking the build 🚨

The devDependency xo was updated from 0.24.0 to 0.25.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

xo is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 27 commits.

  • 1c8e762 0.25.0
  • 042b726 Disable some problematic rules
  • 97e32b9 Upgrade dependencies
  • 5cde9aa Fix lint test error on Windows (#401)
  • f6bf4c0 Respect .eslintignore (#377)
  • 05c30e2 Disable the unicorn/prevent-abbreviations rule temporarily
  • 97aa2b0 Upgrade dependencies
  • ee145cb Disable the import/named rule for now
  • 03daca9 Minor code refactor (#397)
  • d09f87c Readme tweaks
  • c55f962 Make the unicorn/prevent-abbreviations rule less strict
  • 8a213ef Require Node.js 8
  • 4f50816 Lint fixes
  • 8d6c5c5 Add option to import/no-useless-path-segments rule
  • 77e9e93 Update eslint-plugin-unicorn

There are 27 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of xo is breaking the build 🚨

Version 0.20.0 of xo was just published.

Branch Build failing 🚨
Dependency xo
Current Version 0.19.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

xo is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 59 commits ahead by 59, behind by 1.

  • 56d9891 0.20.0
  • a22e5dc 0.19.0
  • 6245086 Disable enforceForRenamedProperties for prefer-destructuring (#297)
  • 652a6e5 Remove deprecated --compact CLI flag (#293)
  • 60fd100 Force bump dependencies
  • f1bb0a1 Bump eslint-config-xo
  • 414ad2d Bump eslint-plugin-unicorn
  • 552cbb1 Update globby to the latest version (#295)
  • 6d8a93b Update URL to new org
  • 9859dfb Set ecmaVersion to 2018
  • 8526f2e Bump eslint-plugin-node
  • 34dca07 Disable the node/exports-style rule
  • 42e03f1 Disable the node/no-unpublished-require/import rules
  • 61a85cf Revert JSDoc plugin (#291)
  • 07df074 Add related package to readme (#290)

There are 59 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of xo is breaking the build 🚨

Version 0.21.0 of xo was just published.

Branch Build failing 🚨
Dependency xo
Current Version 0.20.3
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

xo is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v0.21.0

Highlights

New rules

Removed rules

Commits

The new version differs by 8 commits.

  • b633e92 Do not override default options with absent CLI flags (#316)
  • cec0853 Update plugins and add some new rules
  • d1eb47c Require Node.js 6
  • 6254110 GitHub now natively supports SVG
  • 4fd6991 Disable number-literal-case rule when using Prettier (#311)
  • 7190640 Remove import/prefer-default-export rule
  • f67ff58 Default Prettier trailingComma conf to none (#305)
  • 11c35c8 Upgrade prettier to last version (#306)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of xo is breaking the build 🚨

The devDependency xo was updated from 0.25.4 to 0.26.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

xo is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v0.26.0

Breaking

  • Require Node.js 10 d7fa875
  • Move $ xo --init to $ npm init xo 6463dfe

New rules

20 new rules πŸ‘Œ

ESLint
Unicorn
Other

Enhancements

Fixes

  • Fix compatibility with being run in a child process (#405) 08af7c1

v0.25.3...v0.26.0

Commits

The new version differs by 10 commits ahead by 10, behind by 2.

  • c2bb1bf 0.26.0
  • eb5ea2c Set the es2020 environment by default
  • 08af7c1 Fix compatibility with being run in a child process (#405)
  • d7fa875 Require Node.js 10
  • ab3e01a Temporarily disable the import/order rule
  • c50eaf0 Add some overrides to unicorn/prevent-abbreviations
  • e8c43d2 Replace destructing import with one-by-one import (#417)
  • 5cddaec Replace singular Lodash packages with the main one (#413)
  • 1fdc2f9 Fix Node.js range for prefer-object-spread rule (#408)
  • 6463dfe Move xo --init to npm init xo

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of test-jstransformer is breaking the build 🚨


☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency test-jstransformer was updated from 1.0.3 to 1.1.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

test-jstransformer is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 13 commits.

  • 2723095 Merge pull request #46 from jstransformers/update
  • 70c2ea4 Update coverage with nyc
  • a0ffefe Merge pull request #42 from YasharF/master
  • e1312b4 Merge pull request #43 from YasharF/patch-1
  • cb1b686 Merge pull request #44 from YasharF/patch-2
  • 2f5ed58 fix: Use current versions of NodeJS for builds
  • 79edecc fix: david-dm badge
  • fa8f33a Migrate from istanbul to nyc
  • e18ae8a Merge pull request #41 from jstransformers/travis
  • 2d56348 Update travis
  • 17096c3 Fix xo
  • 7393c7e Merge pull request #39 from jstransformers/greenkeeper/foreground-child-2.0.0
  • 80a9c6b fix(package): update foreground-child to version 2.0.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.