Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-typescene-app

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-typescene-app - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

bin/create-typescene-app

25

package.json
{
"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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc