0.1.23 • Published 3 years ago

trala v0.1.23

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

TRALA

trala is a CLI tool that aims to manage modules and packages in the most customizable way.

Installation

npm install -g trala

Usage

trala init <project>

Instanciate a project from a base project in a new folder.

trala install [<module>[@<version>]]

Add a module to the project from its remote git repository and import its modules and services into the base project. You can optionally specify a version. The latest version is installed by default.

If no module is given, install all the modules present in the manifest.

trala update <module>[@<version>]

Update a module to the latest or specified version

trala remove <module>

Remove a module from the project.

TODO List

  • Create folder with init command, add --flat option to disable
  • Do an npm install after init
  • Add global config for where to look for remote git repos
  • Add command to retrieve a project from a remote
  • Clean data of octopus connector (defined endpoints)
  • Add command to version modules
  • Update package.json to change project name
  • Clean other files when init command (app.component.ts, is-user-logged.class.ts, main/toolbar/toolbar.component.ts)
  • Add configuration for module repo name
  • Add configuration for module location(s)
0.1.23

3 years ago

0.1.22

3 years ago

0.1.21

5 years ago

0.1.20

5 years ago

0.1.19

6 years ago

0.1.18

6 years ago

0.1.17

6 years ago

0.1.16

7 years ago

0.1.15

7 years ago

0.1.14

7 years ago

0.1.13

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago