create-typescene-app
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "create-typescene-app", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Generator for apps using the Typescene framework", | ||
@@ -14,10 +14,10 @@ "author": "Jelmer Cormont", | ||
"type": "git", | ||
"url": "git+https://github.com/typescene/create-typescene-webapp.git" | ||
"url": "git+https://github.com/typescene/create-typescene-app.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/typescene/create-typescene-webapp/issues" | ||
"url": "https://github.com/typescene/create-typescene-app/issues" | ||
}, | ||
"homepage": "http://typescene.dev/", | ||
"main": "./dist/index.js", | ||
"bin": "bin/create-typescene-webapp", | ||
"main": "./index.js", | ||
"bin": "bin/create-typescene-app", | ||
"files": [ | ||
@@ -28,15 +28,4 @@ "bin", | ||
"scripts": { | ||
"clean": "rimraf dist", | ||
"prepublishOnly": "npm run build", | ||
"prebuild": "npm run clean", | ||
"build": "tsc -p src" | ||
}, | ||
"dependencies": { | ||
"chalk": "^2.4.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^12.6.6", | ||
"typescript": "^3.5.3", | ||
"rimraf": "^2.6.3" | ||
"build": "echo Not implemented" | ||
} | ||
} | ||
} |
@@ -1,47 +0,5 @@ | ||
# Create Typescene Web App | ||
# create-typescene-app | ||
Create front end applications with the Typescene framework, using the command line (CLI). | ||
This is a placeholder ONLY. | ||
## Getting Started | ||
You'll need to have NodeJS installed on your computer, but you do **not** need to install anything else. | ||
To create a new app in a folder named `my-webapp`, run the following command in the Terminal (Mac) or Command Prompt (Windows): | ||
```bash | ||
npx create-typescene-webapp my-webapp | ||
``` | ||
This will create a folder *inside* the current folder, copy source files, and install packages using NPM. | ||
After installation, run the following commands to start a development server and open your default browser: | ||
```bash | ||
cd my-webapp | ||
npm run start | ||
``` | ||
## Options | ||
You may use the following command line arguments to configure the installation. | ||
| Argument | Effect | | ||
|-----------------|-------------| | ||
| `--js` | Use JS (ES6) only, instead of TypeScript | | ||
| `--git` | Initialize a Git repository | | ||
| `--bundler=`... | Use a specific bundler (either `webpack` or `parcel`) | | ||
| `--overwrite` | Force overwrite existing files | | ||
## Reach Out! | ||
Find us on [Twitter](https://twitter.com/typescene) for the latest news, and please consider giving us a ⭐️ star on [GitHub](https://github.com/typescene/typescene)! | ||
## Support | ||
Support Typescene on [Patreon](https://www.patreon.com/typescene) for financial contributions. | ||
For contributions in the form of bug fixes and changes, feel free to use [Pull Requests](https://github.com/typescene/typescene/pulls) or send us a DM on Twitter to discuss how best to approach your issue. | ||
## License | ||
The Typescene source code is licensed under the MIT license. | ||
Please refer to `create-typescene-webapp` instead. |
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
0
0
5
1956
6
- Removedchalk@^2.4.2
- Removedansi-styles@3.2.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedsupports-color@5.5.0(transitive)