Skip to content

Commit 36a03c6

Browse files
committed
Cleanup + remove the full template option
1 parent 37a6f5c commit 36a03c6

File tree

30 files changed

+3397
-965
lines changed

30 files changed

+3397
-965
lines changed
File renamed without changes.

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.5.3"
6+
"version": "1.0.0"
77
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"format": "prettier-eslint \"packages/**/src/**/*.js\" \"src/**/*.scss\" --write --trailing-comma es5"
66
},
77
"devDependencies": {
8-
"babel-eslint": "^8.0.1",
9-
"eslint": "^5.1.0",
10-
"eslint-plugin-react": "^7.4.0",
11-
"lerna": "^2.4.0",
12-
"prettier": "^1.7.4",
8+
"babel-eslint": "^10.0.1",
9+
"eslint": "^5.6.1",
10+
"eslint-plugin-react": "^7.11.1",
11+
"lerna": "^3.4.0",
12+
"prettier": "^1.14.3",
1313
"prettier-eslint-cli": "^4.4.0"
1414
}
1515
}

packages/reactful-commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactful-commands",
3-
"version": "0.5.1",
3+
"version": "1.0.0",
44
"description": "Commands for the Reactful CLI",
55
"repository": "jscomplete/reactful",
66
"author": "Samer Buna <[email protected]>",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+

packages/reactful-main/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@ Once created, you'll see instructions on how to start it:
4242

4343
The generated app is completely independent from the reactful package. At this point you can part ways with the reactful package and do your own thing, but if you follow the patterns initialized by the package, you can use a few handy commands from the global react command.
4444

45-
### Create New Redux/React App
46-
47-
react new-full my-awesome-redux-app-name
48-
49-
This will generate a Redux-configured full-stack React application with a state managed by Immutable.js. It will also render on both client and server.
50-
51-
5245
### Update Existing React App
5346

5447
While in a React application that's created with this tool, you can always revert things back the default configurations with the init command. You can also use this command in an empty directory.
@@ -58,8 +51,6 @@ While in a React application that's created with this tool, you can always rever
5851

5952
If that directory already has files, reactful will ask you if you want to override them.
6053

61-
You can also use init-full to update an existing Redux/React app.
62-
6354
### Creating Components
6455

6556
- Create a New Component: ```react c ComponentName```

packages/reactful-main/lib/dependencies.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@
2323
"webpack-chunk-hash",
2424
"extract-text-webpack-plugin"
2525
],
26-
"full": [
27-
"axios",
28-
"immutable",
29-
"redux",
30-
"react-redux",
31-
"redux-thunk"
32-
],
3326
"dev": [
3427
"babel-eslint",
3528
"babel-watch",

packages/reactful-main/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactful",
3-
"version": "0.5.3",
3+
"version": "1.0.0",
44
"description": "An opinionated CLI for full-stack server-rendered React applications",
55
"repository": "jscomplete/reactful",
66
"author": "Samer Buna <[email protected]>",
@@ -9,7 +9,7 @@
99
"reactful": "bin/reactful.js"
1010
},
1111
"dependencies": {
12-
"fs-jetpack": "^1.1.0",
12+
"fs-jetpack": "^2.1.1",
1313
"merge-dirs": "^0.2.1",
1414
"prompt-sync": "^4.1.5"
1515
}

packages/reactful-main/template-full/.eslintrc.js

Lines changed: 0 additions & 38 deletions
This file was deleted.

packages/reactful-main/template-full/.travis.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)