Skip to content

Commit

Permalink
v2.2 move to flowdegree
Browse files Browse the repository at this point in the history
  • Loading branch information
mo9a7i committed Oct 2, 2023
1 parent 38b26e7 commit 04a5ec3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @6degrees/source-code-spitter

## 2.2.0

### Minor Changes

- move to @flowdegree

## 2.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SourceCodeSpitter is a command-line tool that generates a single dump file containing all the source code files within a directory, excluding files specified in `.gitignore` and `.spitignore`. This tool is useful for quickly collecting source code snippets for sharing or documentation purposes.

![demonstration image](https://github.com/6degrees/SourceCodeSpitter/blob/main/Demo.gif?raw=true)
![demonstration image](https://github.com/flowdegree/spit-it/blob/main/Demo.gif?raw=true)

## Features

Expand All @@ -14,9 +14,9 @@ SourceCodeSpitter is a command-line tool that generates a single dump file conta
## Installation

```bash
npm install -g @6degrees/source-code-spitter
npm install -g @flowdegree/spit-it
# or for local project only
npm install @6degrees/source-code-spitter
npm install @flowdegree/spit-it
```

## Usage
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@6degrees/source-code-spitter",
"name": "@flowdegree/spit-it",
"description": "A command-line tool to extract and organize source code snippets from projects, enabling easy sharing and collaboration.",
"version": "2.1.1",
"version": "2.2.0",
"license": "MIT",
"bin": {
"source-code-spitter": "index.js",
"spitit": "index.js"
"spitit": "index.js",
"spit-it": "index.js"
},
"author": {
"name": "Mohannad F. Otaibi",
Expand All @@ -14,12 +15,12 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/6degrees/SourceCodeSpitter.git"
"url": "git+https://github.com/flowdegree/spit-it.git"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/6degrees/SourceCodeSpitter#readme",
"homepage": "https://github.com/flowdegree/spit-it#readme",
"keywords": [
"source-code-spitter",
"Mohannad F. Otaibi",
Expand Down

0 comments on commit 04a5ec3

Please sign in to comment.