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

@allohamora/cli

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@allohamora/cli

cli to initialize projects and more

  • 1.12.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
increased by33.33%
Maintainers
1
Weekly downloads
 
Created
Source

CLI

npm codecov build test release

The Allohamora CLI is a command line interface with scripts to initialize projects and more. Sorted by categories.

Requirements

{
  "node": ">=16.14.2",
  "npm": ">=8.5.0"
}

Usage

npx @allohamora/cli

Overview

  • js is a category with scripts to initialize js/ts projects, have default and node:ts config options
    • commitlint is a script to initialize commitlint with conventional commits config. Has husky integration
    • eslint is a script to initialize eslint with config and lint scripts. Has prettier integration
    • stylelint is a script to initialize stylelint with config and lint scripts. Has prettier integration
    • husky is a script to initialize husky.
    • lint-staged is a script to initialize lint-staged. Has husky, jest, eslint, prettier, stylelint integrations
    • prettier is a script to initialize prettier with config and format scripts.
    • release-workflow is script to initialize github release workflow what creates release from conventional-changelog CHANGELOG.md when you push tag like *.*.*(1.1.0, 5.0.0, 0.0.0, etc).
    • standard-version is a script to initialize standard-version with conventional commits config(with repository url if defined or "<repository url>" placeholder), custom options(like removed "v" tag prefix) and release scripts.
    • jest is a script to initialize jest with config and test scripts.
    • docker is a script to initialize docker with Dockerfile and .dockerignore files
    • test-workflow is a script to initialize github test workflow what runs npm run test on each push to github.
    • build-workflow is a script to initialize github build workflow that runs npm run build on each push to github.
    • codecov-workflow is a script to initialize codecov workflow that collects code coverage and send it to codecov. The workflow configured to work in public repositories (without codecov token), to run in private repository you need to modify the workflow and add token in codecov action
    • dependabot is a script to initialize github dependabot what manages project dependencies vulnerabilities and opens pull requests with fixes.

*integrations runs only if package is installing or installed.

License

CLI is MIT licensed.

Keywords

FAQs

Package last updated on 03 Jun 2023

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