Browse Source

Renamed to WordBox, added composer.phar

master
Muthu Kumar 7 years ago
parent
commit
dd455ff523
  1. 10
      README.md
  2. BIN
      composer.phar
  3. 8
      package.json

10
README.md

@ -1,8 +1,8 @@
# w 🔥
### WordBoxed—A truly modern development environment for WordPress
### WordBox—A truly modern development environment for WordPress
WordBoxed is a truly modern WordPress site development (and deployment) environment.
WordBox is a truly modern WordPress site development (and deployment) environment.
Bring the power of Node.JS to your WordPress environment!
@ -18,4 +18,8 @@ Steps 1-3 will have an automated option later.
### Versioning
Due to certain reasons, our versioning bumps from `v.0.1.0` to `v.1.1.0`. Due to this, the project should be considered unstable until `v.2.0.0` which will be WordBoxed's first stable release version.
Thanks to @wbhob for donating the npm `w` package to me.
Because npm versions are immutable, our public version number starts directly to `v.1.1.0`. The project should be considered unstable until `v.2.0.0` which will be WordBoxed's first stable release version.
Like many software, `WordBox` will have an internal version number and external version number. The current internal version is `v.0.x.x` and external version is `v.1.x.x`. As the internal version reaches public release, it will skip over from `v.0.9.x` to `v.2.0.0` and catch up with its external version.

BIN
composer.phar

Binary file not shown.

8
package.json

@ -1,14 +1,14 @@
{
"name": "w",
"version": "1.1.0",
"description": "WordBoxed—A truly modern WordPress site development (and deployment) environment.",
"description": "WordBox—A truly modern WordPress site development (and deployment) environment.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codefeathers/wordboxed.git"
"url": "git+https://github.com/codefeathers/wordbox.git"
},
"keywords": [
"w",
@ -22,9 +22,9 @@
"author": "Muthu Kumar (https://mkr.pw)",
"license": "MIT",
"bugs": {
"url": "https://github.com/codefeathers/wordboxed/issues"
"url": "https://github.com/codefeathers/wordbox/issues"
},
"homepage": "https://github.com/codefeathers/wordboxed#readme",
"homepage": "https://github.com/codefeathers/wordbox#readme",
"dependencies": {
"chalk": "^2.3.0",
"express": "^4.16.2"

Loading…
Cancel
Save