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.18.5
  • Source
  • npm
  • Socket score

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

@allohamora/cli

npm codecov build test release

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

Usage

npx @allohamora/cli

Requirements

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

Categories

CategoryDescriptionOptions
jsis a category with scripts to initialize js/ts projectsdefault, node:ts, react:ts

JS Options

OptionDescriptionIntegrations
commitlintInitialize commitlint with conventional commits confighusky
eslintInitialize eslint with config and lint scriptsprettier
stylelintInitialize stylelint with config and lint scriptsprettier
huskyInitialize husky
lint-stagedInitialize lint-stagedhusky, jest, eslint, prettier, stylelint
prettierInitialize prettier with config and format scripts
release-workflowInitialize a github release workflow what creates a release from conventional-changelog CHANGELOG.md when you push a tag
standard-versionInitialize standard-version with the conventional commits config
jestInitialize jest with config and test scripts
dockerInitialize docker with Dockerfile and .dockerignore files
test-workflowInitialize a github test workflow what runs npm run test on each push to github
build-workflowInitialize a github build workflow that runs npm run build on each push to github
codecov-workflowInitialize a 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
dependabotInitialize github dependabot what manages project dependencies vulnerabilities and opens pull requests with fixes

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

License

CLI is MIT licensed.

Keywords

FAQs

Package last updated on 30 Mar 2024

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