https://github.com/connect-platform/create-connective-html
A package to help start new CONNECTIVE HTML projects
https://github.com/connect-platform/create-connective-html
Last synced: 5 months ago
JSON representation
A package to help start new CONNECTIVE HTML projects
- Host: GitHub
- URL: https://github.com/connect-platform/create-connective-html
- Owner: CONNECT-platform
- License: mit
- Created: 2020-01-28T18:18:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T05:58:24.000Z (about 4 years ago)
- Last Synced: 2024-02-22T22:46:09.300Z (about 2 years ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-connective-html
A package to help start new [**CONNECTIVE HTML**](https://github.com/CONNECT-platform/connective-html) projects
## Usage:
```
npx @connectv/create-html
```
this will create a folder named `` and setup a new **CONNECTIVE HTML** project for you there.
alternatively, you can just create the folder, `cd` into it, and run this:
```
npx @connectv/create-html
```