An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

InnetJs logo by Mikhail Lysikov

#   innetjs

 

[![NPM](https://img.shields.io/npm/v/innetjs.svg)](https://www.npmjs.com/package/innetjs)
[![downloads](https://img.shields.io/npm/dm/innetjs.svg)](https://www.npmtrends.com/innetjs)
[![changelog](https://img.shields.io/badge/Changelog-⋮-brightgreen)](https://changelogs.xyz/innetjs)
[![license](https://img.shields.io/npm/l/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`

[![stars](https://img.shields.io/github/stars/d8corp/innetjs?style=social)](https://github.com/d8corp/innetjs/stargazers)
[![watchers](https://img.shields.io/github/watchers/d8corp/innetjs?style=social)](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).

[![issues](https://img.shields.io/github/issues-raw/d8corp/innetjs)](https://github.com/d8corp/innetjs/issues)