https://github.com/d8corp/innetjs
CLI for innet boilerplate
https://github.com/d8corp/innetjs
Last synced: about 1 year ago
JSON representation
CLI for innet boilerplate
- Host: GitHub
- URL: https://github.com/d8corp/innetjs
- Owner: d8corp
- License: mit
- Created: 2021-01-03T17:08:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T22:02:58.000Z (over 2 years ago)
- Last Synced: 2025-03-17T07:11:19.466Z (over 1 year ago)
- Language: JavaScript
- Size: 5.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# innetjs
[](https://www.npmjs.com/package/innetjs)
[](https://www.npmtrends.com/innetjs)
[](https://changelogs.xyz/innetjs)
[](https://github.com/d8corp/innetjs/blob/main/LICENSE)
CLI for [innet](https://www.npmjs.com/package/innet) framework.
**Includes the next features:**
`JSX`, `TypeScript`,
`SASS`, `LiveReload`,
`Proxy`,`ServerSide`,
`SmartImports`
[](https://github.com/d8corp/innetjs/stargazers)
[](https://github.com/d8corp/innetjs/watchers)
## Install
npm
```shell
npm i -g innetjs
```
You can use `npx innetjs` instead of `innetjs` without installation.
## Usage
To get full list of commands run
```shell
innetjs
```
Run the next command to get `innetjs` version.
```shell
innetjs -v
```
Use `-h` flag with a command to get help information about the command.
```shell
innetjs init -h
```
## Commands
### init
Use the command to start a new project with innet boilerplate. Change `` to your application name.
The name equals a folder that will be created in your current location.
```shell
innetjs init my-app
```
### start
Use the command in the project folder to run the development environment.
```shell
innetjs start
```
### build
Use the command in the project folder to build it.
```shell
innetjs build
```
## Issues
If you find a bug or have a suggestion, please file an issue on [GitHub](https://github.com/d8corp/innetjs/issues).
[](https://github.com/d8corp/innetjs/issues)