chriscates-trusty

0.1.0 • Public • Published

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 ❤️

/chriscates-trusty/

    Package Sidebar

    Install

    npm i chriscates-trusty

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    116 kB

    Total Files

    32

    Last publish

    Collaborators

    • itschriscates