-
The simplest, fastest, most organized and stable way to build command line applications.
This repository uses
@je-es/cliand managed byspace.-
install
spacefirst.-
> space init <name> -t cli # This will clone this repo and make some changes to suit your app. > cd <name> # Go to the project directory > space install # Install the dependencies
-
> space build # To build your app > space test # To test your app > space start <args> # To start your app
# example > space start create MyApp -t web # output Creating MyApp as web
-
-
-
┣ assets ┃ ┗ ... # (logo.png, ..) ┃ ┣ dist ┃ ┗ ... # (main.js, main.js.map, ..) ┃ ┣ src ┃ ┗ main.ts # Main entry point ┃ ┣ test ┃ ┗ main.test.ts # Main test file ┃ ┣ .env # Environment configuration file ┗ .space # Space configuration file # You can safely hide/ignore the rest of files.
-
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Build faster | Sleep better
License
solution-dist/cli
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Build faster | Sleep better

