New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

increazy

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

increazy

Command line tool to manage and develop locally the pwas created in the Increazy dashboard.

latest
npmnpm
Version
1.1.15
Version published
Maintainers
1
Created
Source

Increazy CLI

Command line tool to manage and develop locally the pwas created in the Increazy dashboard.

See this documentation in Portuguese

Installation

To install run the commands below:

yarn global add increazy
# or
npm install increazy -g

# the first time, log in to your Increazy account 
increazy login

Recognized commands

CommandAction
deploySends the project to deploy
end-taskFinish the current task (git merge)
getDownload a project in the current folder
loginLogin your Increazy account
rebaseDownload the project, updating the current task code with online
serveSee a preview of the pwa layout
syncSynchronizes current task
taskCreate or get a separate task for you (git branch)
tasksView all tasks and activate them at the moment
helpDisplay help for command

Workflow

Let's briefly show the sequence you must follow to have a workflow fully adapted to Git:

  • increazy get - the first thing is to download the project, when downloading you will have to put the URL of the Git repository previously created for the project.
  • cd folder - enter the project folder.
  • increazy task - create a new task, so you can separate your code from other developers.
  • increazy rebase - (optional) at any time you can rebase to get all the code from the dashboard online, so if any developer has edited the project on the dashboard you will get updates.
  • increazy sync - (optional) at any time you can synchronize your task, if another developer is working on it at the same time you will get updates from him.
  • increazy serve - you can start a local server to quickly edit some code, this command does not execute the PWA itself, it just serves a static code similar to the final layout.
  • increazy deploy - in addition to testing the layout locally, you can send your task to a test environment, for that use deploy and choose a suitable test environment to upload changes.
  • increazy end-task - when you finish your task, run this command to mix your task code with the main project code.
  • increazy deploy - at the end of the task you will probably want to put it into production, then run the deploy again, but now sending it directly to production.

FAQs

Package last updated on 04 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts