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

@thinkmill/shed

Package Overview
Dependencies
Maintainers
16
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thinkmill/shed

Find all your bike shedding needs under one roof

  • 0.0.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
16
Weekly downloads
 
Created
Source

🚲 The Ol' Bike Shed

What

A series of simple scripts (aka recipes) to scaffold up a project with Thinkmill specific conventions.

Prerequisites

node >=8
yarn
# If you don't have it, `brew install yarn`

Usage

$ npx @thinkmill/shed
# or
$ npm i -g @thinkmill/shed

Example

$ mkdir new-project && cd new-project
$ npx @thinkmill/shed

Recipes

Base

Your stock standard TM devDependencies and config files.

# Dir structure
.
├── .babelrc
├── .circleci
│   └── config.yml
├── .editorconfig
├── .eslintignore
├── .eslintrc
├── .gitignore
├── .prettierrc
├── __test__
│   └── index.spec.js
├── package.json
└── yarn.lock
React (I think this needs some work...)

A stripped-down version of create-react-app.

Contributing

It's easy to add or upgrade a recipe. There's 3 places you'll need to add your code:

  1. ./src/recipes - Add your recipe to make sure Inquirer knows what to look for.
  2. ./src/config/[your-recipe-config] - Amend or add any config to the config files.

Todo

  • Extend it to accomodate different types of 'recipes'
  • Add Inquirer
  • Precommit, prepublish and ci scripts.
  • Publish to npm
  • Get buy-in from everyone to contribute to this repo
  • Watch everyone else flesh this thing out....

FAQs

Package last updated on 31 May 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