Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add package manager selection and --dry-run option #92

Draft
wants to merge 40 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
e6f5a40
feat(actions): introduce action for creating Stylelint configuration
outslept Dec 27, 2024
b07e8a7
feat(actions): introduce action for ensuring `package.json` existence
outslept Dec 27, 2024
776bf62
feat(actions): introduce action for installing project dependencies
outslept Dec 27, 2024
456d46f
feat(prompts): introduce prompt for installing dependencies
outslept Dec 27, 2024
a9d2f84
feat(prompts): introduce prompt for selecting package manager
outslept Dec 27, 2024
e0a6fea
feat(prompts): introduce prompt for usage preference
outslept Dec 27, 2024
12b04f7
feat: introduce messages module for user feedback
outslept Dec 27, 2024
bf3932a
feat: introduce signal handler for graceful cancellation
outslept Dec 27, 2024
b7282ce
feat: orchestrate Stylelint setup process in main application
outslept Dec 27, 2024
4b55675
chore(deps): added prompts, @types/prompts and @types/semver to the p…
outslept Dec 27, 2024
0d175b2
chore: removing the old implementation
outslept Dec 27, 2024
12218d4
feat: Update package.json description and keywords for broader packag…
outslept Dec 27, 2024
d5b43b6
style: removed extra space from package description + changed the REA…
outslept Dec 27, 2024
8fc8f4c
style: typo in readme
outslept Dec 27, 2024
7399d35
chore(rename): rename install-dependencies to install
outslept Dec 27, 2024
3ea00a9
chore: removing process-handlers
outslept Dec 27, 2024
1ded092
chore: removing messages file
outslept Dec 27, 2024
bc4c36b
feat(shell): created a mini-execa version
outslept Dec 27, 2024
13449ff
feat: took messages from a separate file directly into functions, add…
outslept Dec 27, 2024
b8372e4
chore: removing is cancelled from index.ts
outslept Dec 27, 2024
d7fbace
chore(meta): making keywords more concise
outslept Dec 27, 2024
df390ff
chore: removing extra [
outslept Dec 27, 2024
60af269
Merge branch 'idkgene/pkg' of https://github.com/idkgene/create-style…
outslept Dec 27, 2024
b9893d2
refactor: simplify install command by using 'add' directly
outslept Dec 28, 2024
93eed34
refactor: creating package.json with an `add` command, not the `init`
outslept Dec 28, 2024
7154888
refactor: removing usage-preference + adding package manager dependan…
outslept Dec 28, 2024
283d24a
feat: throwing an error with not package.json existing
outslept Dec 28, 2024
e0a9bdd
feat: more flexible post-install
outslept Dec 28, 2024
3ad07e0
feat: more tweaks to the project
outslept Dec 28, 2024
d12d28b
feat: cancel support for prompts
outslept Dec 28, 2024
239b62b
feat: major updates
outslept Jan 1, 2025
a8c1f11
tests: isWriteable
outslept Jan 1, 2025
d1b5bde
tests: helpers
outslept Jan 1, 2025
0f6184e
tests: shell
outslept Jan 1, 2025
8ce881a
tests: post-install
outslept Jan 1, 2025
96f0269
tests: help
outslept Jan 1, 2025
43dbf9a
feat: partial fixes
outslept Jan 5, 2025
ff7e27b
more fixes
outslept Jan 8, 2025
2e148ea
more tests, vitest configuration, esbuild setup, some pedantic naming…
outslept Jan 13, 2025
37dd272
npm-run-all is no longer maintained. migrated to concurrently
outslept Jan 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![npm version](https://img.shields.io/npm/v/create-stylelint)](https://www.npmjs.com/package/create-stylelint)
[![Testing](https://github.com/stylelint/create-stylelint/actions/workflows/testing.yml/badge.svg)](https://github.com/stylelint/create-stylelint/actions/workflows/testing.yml)

The [`npm init`](https://docs.npmjs.com/cli/v9/commands/npm-init) script for [Stylelint](https://github.com/stylelint/stylelint).
The initialization script for [Stylelint](https://github.com/stylelint/stylelint).

## Usage

Expand Down
19 changes: 0 additions & 19 deletions create-stylelint.mjs

This file was deleted.

Loading