Socket
Socket
Sign inDemoInstall

@allohamora/cli

Package Overview
Dependencies
52
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @allohamora/cli

cli to initialize projects and more


Version published
Maintainers
1
Install size
7.20 MB
Created

Changelog

Source

1.18.7 (2024-03-30)

Features

  • add a to code coverage (bfcb21f)
  • add descriptions to husky and lints-staged (6ac5772)
  • add integration tags instead of links (af8b351)
  • add link to develop (b2be74d)
  • add one style for options and categories (e36f5b1)
  • add release scripts to standard-version description (17188e6)
  • remove a from on a push (527cc05)
  • rename CLI to @allohamora/cli (64e400d)
  • rename on each push to on a push (9cc5fc8)

Bug Fixes

  • dependabot description typo (1185a1f)
  • release-workflow the CHANGELOG.md typo (ce6e83a)

Readme

Source

@allohamora/cli

npm codecov build test release

is a command line interface that helps you to initialize projects and more

Usage

npx @allohamora/cli

Requirements

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

Categories

CategoryDescriptionPresets
jscontains options to initialize js/ts projectsdefault, node:ts, react:ts

JS Options

OptionDescriptionIntegrations
commitlintsetups commitlint with the conventional commits confighusky
eslintsetups eslint with a config and lint scriptsprettier
stylelintsetups stylelint with a config and lint scriptsprettier
huskysetups husky that handles git hooks
lint-stagedsetups lint-staged that runs something on commithusky, jest, eslint, prettier, stylelint
prettiersetups prettier with a config and format scripts
release-workflowsetups a github release workflow that creates a release from the conventional-changelog CHANGELOG.md on a tag push
standard-versionsetups standard-version with the conventional commits config and release scripts
jestsetups jest with a config and test scripts
dockersetups docker with Dockerfile and .dockerignore files
test-workflowsetups a github test workflow that runs npm run test on push
build-workflowsetups a github build workflow that runs npm run build on push
codecov-workflowsetups a codecov workflow that collects a code coverage and sends it to codecov
dependabotsetups github dependabot that manages dependencies

*Integrations run only if the package is installing or installed.

License

@allohamora/cli is MIT licensed.

Keywords

FAQs

Last updated on 30 Mar 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc