simpcicd
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

Simp CICD

Even the smallest projects need their CICD tools.

It is now refactored as Pipelight

Is Archived but... REFACTORED

Simpcicd was a prototype... full of bugs... But the idea of a convenient deployment tool has deeply matured since its launch.

It is now reborn as Pipelight

Stop downloading this shit... UPGRADE TO PIPELIGHT!

Deployment made easy.

Downloads Version License Chat

Check the doc at Pipelight

Your usual shell script...

#simple_example.sh
## List files
ls;
## Get working directory
pwd;

...rewrited into a Pipeline...

{
  name: "simple_example",
  steps: [
    {
      name: "list files",
      commands: ["ls"]
    },
    {
      name: "get working directory",
      commands: ["pwd"]
    }
  ]
}

...gets automatic triggers and pretty logs.

example pretty verbose logs

Package Sidebar

Install

npm i simpcicd

Weekly Downloads

2

Version

1.2.1

License

MIT

Unpacked Size

60.7 kB

Total Files

20

Last publish

Collaborators

  • areskul