install-gitapi

1.1.5 • Public • Published

GITAPI - NPX INSTALLER

Npx installer for Gitapi


An open source project by the tech coop multi


What does it do ?

This npm package working with npx allows you to set up Gitapi in your current working directory (cwd).

It clones the latest version of Gitapi from its repo and add it into your cwd.


Use

npx install-gitapi

Before npx install-gitapi

Imagine you have a project folder as follows :

.
├── . (my project directory)
│   ├── my-data
|   |   ├── csv
|   |   |   └── some_table.csv
|   |   └── json
|   |       └── some_json.json
│   ├── .gitignore
│   ├── my-script.py
│   └── README.md

After npx install-gitapi && npm i

.
├── . (my project directory)
│   ├── my-data
|   |   ├── csv
|   |   |   └── some_table.csv
|   |   └── json
|   |       └── some_json.json
│   ├── .gitignore              <-- don't forget to add /node_modules
│   ├── my-script.py
│   ├── README.md
│   |
│   |   ⬆️ Your files
│   |  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
│   |   ⬇️ Gitapi files
│   |
│   ├── config-gitapi.yaml     <-- you can adapt it to your data folder (./my-data)
│   ├── data-test              <-- you can delete once you adapted config-gitapi.yaml
|   |   ├── csv
|   |   |   └── test.csv
|   |   └── json
|   |       └── test-schema.json
│   ├── dist
|   |   └── index.html
│   ├── example.env            <-- you can copy it into your own .env file (optional)
│   ├── gitapi
|   |   ├── api.js
|   |   ├── config
|   |   ├── controllers
|   |   ├── routes
|   |   ├── services
|   |   └── utils
│   ├── gitapi-local.js
│   ├── LICENSE_GITAPI
│   ├── netlify.toml
│   ├── node_modules         <-- created after npm i
|   |   └── ...
│   ├── LICENSE_GITAPI
│   ├── package-lock.json    <-- created after npm i
│   ├── package.json
│   └── README_GITAPI.json

NPM

Published on NPM here


References

Readme

Keywords

Package Sidebar

Install

npm i install-gitapi

Weekly Downloads

4

Version

1.1.5

License

AGPL-3.0

Unpacked Size

108 kB

Total Files

12

Last publish

Collaborators

  • jpy_multi