New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bluecadet/cadet

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bluecadet/cadet

  • 1.0.0-alpha.8
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
Maintainers
2
Weekly downloads
 
Created
Source

👨‍🚀 Cadet 🚀

Installation

npm install -g @bluecadet/cadet

Usage

Commands

new-theme

Instantiating a new Project

When starting off a new project...

  • run terminus build:project:create ...
  • clone new github repo locally
  • create new local DB (rememeber the name of the DB)
  • run cadet pull --init
  • run cadet pull and pull db only
  • run cadet new-site
  • run cadet init-site
  • commit changes
  • run drush cex and commit changes
  • run cadet new-theme to create new FE theme
  • TODO: run cadet new-theme again if you want to create a specific BE theme
  • commit changes
  • run cadet ci-update --incTestConfig to add the latest ci files and changes and base test files
  • commit changes
  • TODO: Setup RaspberryPi with stuff.....

Installing a new Project locally

When starting local development on a new project...

  • clone new github repo locally
  • create new local DB (rememeber the name of the DB)
  • run cadet pull and pull db only
  • run cadet new-site
    • There should be nothing to commit, and site should be ready to go! 🚀

Development notes

Messaging Colors

  • Interactives (QOA): chalk.cyan('text')
  • Warning/Critical Interactives (QOA): chalk.yellow.bold('text')
  • Status/Updates: chalk.blue('text') (when appropriate, use ... before and after message)
  • Process Complete, OK: chalk.green('text')
  • Fail, Alert: chalk.white.bgRed('text')
  • Warning: chalk.yellow('text')

FAQs

Package last updated on 22 Jan 2020

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