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

chriscates-trusty

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

chriscates-trusty

Simple code gen and templating tool

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Trusty

Simple code gen and templating tool that uses LevelDB

Build Status Coverage Status

Usage

Trusty is accessible via npm or yarn:

yarn global add chriscates-trusty # or npm install chriscates-trusty --global

You can then invoke commands through the trusty command:

# Help information
trusty --help

# Specify Trusty DB Path (default is ~/.trusty)
trusty --db $HOME/.trusty 

# Save a file or folder as a template
trusty --save CustomNGTemplate --dir /path/to/file/or/folder

# Use a template in cwd
trusty --use CustomNGTemplate --dir .

# Inspect structure of a template
trusty --inspect CustomNGTemplate

# List all available templates
trusty --list

# Purge Trusty Database
trusty --purge

Developing yourself

Requires Node/NPM LTS:

# Install node_modules
yarn # or npm install

# Run tests
yarn test
Additional Notes
  • MIT Licensed :heart:

FAQs

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

  • 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