Anonymous View
Skip to content

Devospa/devospa-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devospa Cli

A cli to upload the build folder to Devospa.com.

Devospa lets frontend developers easily demo the changes they have made on a SPA project even if its not completed.

How to use the cli

You can use it via npx as the following command without installation

npx devospa push given_token_in_devospa.com buildFolderPath

or install it globally

npm i -g devospa
npm run build
devospa push given_token_in_devospa.com build

If you want to be asked before build process you can use the following commands

devospa prepare given_token_in_devospa.com
npm run build
devospa upload build

Getting Started with Devospa

Go to Devospa.com and click on the start button.

About

A simple cli to push a demo on devospa.com

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors