angelscripts for monorepo development of cells based on organic-stem-skeleton 3.0
$ npm i organic-angel
$ npm i angelscripts-monorepo-cells
$ npx angel help cell
Executes cmd
on all repo cells found under dna.cells
namespace.
Executes cmd
on specific repo cell found under dna.cells
namespace.
Executes cmd
on specific repo group of cells. A group of cells has the same value in dna.cells.{{{cell-name}}}.group
property || contained in dna.cells.{{{cell-name}}}.groups
array
Lists all found cells under repo
Returns JSON list of found cells
Enters in intercative mode asking for cell to be created with cellName, cellGroup and cellKind properties.
Scaffold a monorepo cell or converts existing folder to a cell.
Enters in intercative mode asking for cell name to be renamed.
Renames existing cell from oldName to newName. This moves the cell's source code as well.
Enters in intercative mode asking for cell name to be deleted.
Removes existing cell. This removes the cell's source code as well.