https://github.com/opauwlo/sipa
sipas is a cli "store" for templates ;)
https://github.com/opauwlo/sipa
cli clone github nodejs templates
Last synced: 2 months ago
JSON representation
sipas is a cli "store" for templates ;)
- Host: GitHub
- URL: https://github.com/opauwlo/sipa
- Owner: opauwlo
- License: mit
- Created: 2021-09-24T01:49:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T14:16:08.000Z (almost 5 years ago)
- Last Synced: 2025-11-27T10:34:24.975Z (7 months ago)
- Topics: cli, clone, github, nodejs, templates
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# s'ipas your CLI template "store" (framework in the future) for Node.js api's






> s'ipas is a CLI for for creating easy api's in nodejs with templates, in the future with your help we hope it will be a framework. Just below you will see the folder structure off sipa.
```
sipa
┣ bin
┃ ┣ cli.js
┃ ┗ log.js
┣ template
┃ ┗ express.js
┣ .gitignore
┣ .npmignore
┣ LICENSE
┣ README.md
┣ package-lock.json
┗ package.json
```
### Adjustments and improvements
The project is still under development and future updates will focus on the following tasks:
- [x] Add a cli for creating
- [ ] Add yarn or npm option
- [ ] Add More Templates
## 💻 Prerequisites
Before starting, make sure you have met the following requirements:
* You have installed the latest version of `Node.JS`.
``` for install node.js go to ``` [Node.js Site](https://nodejs.org/en/) ``` and follow the instructions for your SO.```
* You have installed `GIT`.
``` for install GIT go to ``` [GIT Site](https://git-scm.com/) ``` and follow the instructions for your SO.```
* You have read `this readme.md`.
## 🚀 Installing s'ipas
To clone s'ipas, follow these steps:
Linux, macOS and windows:
```
npm i -g sipas
```
## ☕ Using s'ipas
CLI sipa:
```
$ sipas
```
## 📫 Contributing to s'ipas
To contribute to s'ipas, follow these steps:
1. Fork this repository.
2. Create a branch: `git checkout -b `.
3. Make your changes and confirm then: `git commit -m ''`
4. send to original branch: `git push origin sipas / `
5. Create the pull request.
Alternatively, consult the GitHub documentation [how to create a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).
## 😄 Be one of the contributors, add your template
```js
{
url: '',
title: '',
folder_structure: `
ex
┣ index.js
┗ index.spec.js`,
author: ''
}
```
## How create a folder strucure?
For add create a folder structure is ust instal that [file-tree-generator](https://marketplace.visualstudio.com/items?itemName=Shinotatwu-DS.file-tree-generator) extension for vs code;
## 📝 License
[MIT](LICENSE)