@beard/chest

CHEST of me best tools, matey!

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@beard/chest
2132.7.16 years ago6 years agoMinified + gzip package size for @beard/chest in KB

Readme

npm npm() David David
Travis Coveralls branch
Travis Coveralls branch
@beard/chest

WTF
It's a chest. With TypeScript inside.
Actually, it's a set of tools to manage TypeScript projects, whether they are stand-alone or workspace-based (either Yarn or Lerna).
What Problems Get Solved
CHEST will...
  • Link @types dependencies as a types array in your tsconfig.json, explicitly listing your declaration dependencies.
  • Propogate desriptive package.json properties down to child projects if using Yarn workspaces.
Getting Started

Command-Line

If you plan on running chest from the command-line:
yarn global add @beard/chest
chest

Project Package

If you prefer to install chest into a local project:
yarn add -D @beard/chest

Edit your package.json file script to perform a post-build action.
{
  "scripts": {
    "build": "...",
    "postbuild": "chest"
  }
}
Supported Project Management Tools
License
© 2017 NativeCode Development
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.