Skip to content

Various development and management tools for design packages/repos.

License

Notifications You must be signed in to change notification settings

tylerthayn/pkg-tools

Repository files navigation

@tyler.thayn/pkg-tools

Build Status NPM Version NPM Downloads license

Various development and management tools for design packages/repos.

Installation

npm install @tyler.thayn/pkg-tools --save-dev

Usage

  1. Run pkg init tools
pkg-tools pkg merge
pkg-tools pkg install
pkg-tools copy
  1. Grunt
  • Modify Gruntfile.js so that correct file paths are used
grunt || grunt docs
  1. CLI
pkg-tools --help
  1. README.md customization

Code/Api

AST

  • Load(file) => {Promise.<AST>}
  • Data {object}
  • Filter(filters) => {AST}
  • Outline() => {object}

cli

  • bump {object}
  • docs {object}

tasks/bump

tasks/readme

  • Options
    • ast {boolean|string} AST output file or false to skip
    • output {null|string} Output folder or null (stdout)
    • template {string} Template path

Docs

  • Options
    • ast {boolean|string} AST output file or false to skip
    • output {null|string} Output folder or null (stdout)
    • template {string} Template path

License

Licensed under the MIT License (see MIT).

About

Various development and management tools for design packages/repos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published