0.0.8 • Published 3 years ago

forcemanager-cli v0.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

ForceManager CLI

A development tool to create ForceManager Fragments.

Fragments are isolated parts of code embedded in ForceManager divided into 3 types: Widgets, Forms, and Pages.

⭐️ Features

  • Create new Fragments.
  • Start Fragments in development mode.
  • Deploy fragments to sandbox enviroment.

📦 Installation

With yarn (recommended):

yarn global add forcemanager-cli

With npm:

npm install -g forcemanager-cli

⚙️ Usage

Create Fragment

You can create new project o convert existing ones.

1) Create new project

  • Go to the folder where you want to create the project.

  • fm create <new-project-name>

  • Follow the create assistant steps. A'Hello World' project will be created in the specified directory.

  • cd <new-project-name>

  • yarn or npm install

2) Convert existing project

  • Go to the folder where you have the project.

  • fm create <existing-directory-project-name>

  • Follow the create assistant steps

Start a dev environment

Opens a web page with an iframe where your Fragment is going to be embedded.

  • yarn start or npm start

  • Configure Options and login with ForceManager Setup credentials.

Deploy Fragment

Deploy the code of a Fragment

  • Go to the folder of the project you want to deploy.

  • yarn deploy or npm run deploy

  • Set GUID or other parameters if are not alredy set.

Widgets

Documentation

Forms

Documentation

🙌 Contributing

To learn how to setup a development environment and for contribution guidelines, see CONTRIBUTING.md.

📜 Changelog

We use GitHub releases.

📄 License

This project is licensed under the terms of the MIT license.

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.1-beta.28

4 years ago

0.0.1-beta.27

4 years ago

0.0.1-beta.26

4 years ago

0.0.1-beta.25

4 years ago

0.0.1-beta.24

4 years ago

0.0.1-beta.23

4 years ago

0.0.1-beta.22

4 years ago

0.0.1-beta.21

4 years ago

0.0.1-beta.20

4 years ago

0.0.1-beta.19

4 years ago

0.0.1-beta.18

4 years ago

0.0.1-beta.17

4 years ago

0.0.1-beta.16

4 years ago

0.0.1-beta.15

4 years ago

0.0.1-beta.14.2

4 years ago

0.0.1-beta.14.1

4 years ago

0.0.1-beta.14

4 years ago

0.0.1-beta.13

5 years ago

0.0.1-beta.11

5 years ago

0.0.1-beta.10

5 years ago

0.0.1-beta.9

5 years ago

0.0.1-beta.8

5 years ago

0.0.1-beta.7

5 years ago

0.0.1-beta.6

5 years ago

0.0.1-beta.5

5 years ago

0.0.1-beta.4

5 years ago

0.0.1-beta.3

5 years ago

0.0.1-beta.2

5 years ago

0.0.1-beta.1

5 years ago

0.0.1-alpha.19

5 years ago

0.0.1-alpha.18

5 years ago

0.0.1-alpha.16

5 years ago

0.0.1-alpha.15

5 years ago

0.0.1-alpha.14

5 years ago

0.0.1-alpha.13

5 years ago

0.0.1-alpha.12

5 years ago

0.0.1-alpha.11

5 years ago

0.0.1-alpha.10

5 years ago

0.0.1-alpha.9

5 years ago

0.0.1-alpha.8

5 years ago

0.0.1-alpha.7

5 years ago

0.0.1-alpha.6

5 years ago

0.0.1-alpha.5

5 years ago

0.0.1-alpha.3

5 years ago

0.0.1-alpha.2

5 years ago

0.0.1-alpha.1

5 years ago

0.0.1-alpha.0

5 years ago