artisan-init
Advanced tools
Comparing version 0.33.28 to 0.33.29
{ | ||
"name": "artisan-init", | ||
"type": "module", | ||
"version": "0.33.28", | ||
"packageManager": "pnpm@7.13.0", | ||
"version": "0.33.29", | ||
"packageManager": "pnpm@7.13.1", | ||
"description": "Artisan core.", | ||
@@ -37,6 +37,2 @@ "author": "Chris Breuer", | ||
], | ||
"engines": { | ||
"node": ">=v18.10.0", | ||
"pnpm": ">=7.13.0" | ||
}, | ||
"files": [ | ||
@@ -46,2 +42,6 @@ "dist", | ||
], | ||
"engines": { | ||
"node": ">=v18.10.0", | ||
"pnpm": ">=7.13.1" | ||
}, | ||
"dependencies": { | ||
@@ -48,0 +48,0 @@ "@jsdevtools/ez-spawn": "^3.0.4", |
@@ -0,5 +1,42 @@ | ||
![Social Card of the Stacks CLI](assets/cover_cli.png) | ||
# Artisan CLI | ||
[![npm version][npm-version-src]][npm-version-href] | ||
[![GitHub Actions][github-actions-src]][github-actions-href] | ||
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) | ||
[![npm downloads][npm-downloads-src]][npm-downloads-href] | ||
The `npx artisan-init` source is stored here. | ||
To learn more about how to get started, check out the [documentation](https://stacks.ow3org.com). | ||
## 💪🏼 Contributing | ||
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details. | ||
## 🏝 Community | ||
For help, discussion about best practices, or any other conversation that would benefit from being searchable: | ||
[Discussions on GitHub](https://github.com/stacksjs/stacks/discussions) | ||
For casual chit-chat with others using this package: | ||
[Join the Open Web Discord Server](https://discord.ow3.org) | ||
## 📄 License | ||
The MIT License (MIT). Please see [LICENSE](../LICENSE.md) for more information. | ||
Made with ❤️ | ||
<!-- Badges --> | ||
[npm-version-src]: https://img.shields.io/npm/v/artisan-init?style=flat-square | ||
[npm-version-href]: https://npmjs.com/package/artisan-init | ||
[npm-downloads-src]: https://img.shields.io/npm/dm/artisan-init?style=flat-square | ||
[npm-downloads-href]: https://npmjs.com/package/artisan-init | ||
[github-actions-src]: https://img.shields.io/github/workflow/status/stacksjs/stacks/CI/main?style=flat-square | ||
[github-actions-href]: https://github.com/stacksjs/stacks/actions?query=workflow%3Aci |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5501024
43