All Projects → generaptr → generaptr

generaptr / generaptr

Licence: MIT license
Generaptr is a node package that helps when starting up a project by generating boilerplate code for Express api.

Programming Languages

typescript
32286 projects
RAML
58 projects
TSQL
950 projects

Projects that are alternatives of or similar to generaptr

open source start
Go through the readme... fork ....add....send a pull request .... get yourself in the contribution list...Plant the tree
Stars: ✭ 10 (-37.5%)
Mutual labels:  code, hacktoberfest2022
Swiftcolorgen
A tool that generate code for Swift projects, designed to improve the maintainability of UIColors
Stars: ✭ 152 (+850%)
Mutual labels:  code, generation
nextcord
A Python wrapper for the Discord API forked from discord.py
Stars: ✭ 956 (+5875%)
Mutual labels:  hacktoberfest2022
SquirrelJME
SquirrelJME is a Java ME 8 Virtual Machine for embedded and Internet of Things devices. It has the ultimate goal of being 99.9% compatible with the Java ME standard.
Stars: ✭ 148 (+825%)
Mutual labels:  hacktoberfest2022
probabilistic nlg
Tensorflow Implementation of Stochastic Wasserstein Autoencoder for Probabilistic Sentence Generation (NAACL 2019).
Stars: ✭ 28 (+75%)
Mutual labels:  generation
cli-template
⚗ The most advanced CLI template on earth! Featuring automatic releases, website generation and a custom CI-System out of the box.
Stars: ✭ 43 (+168.75%)
Mutual labels:  generation
EsriRESTScraper
A Python class that scrapes ESRI Rest Endpoints and exports data to a geodatabase
Stars: ✭ 43 (+168.75%)
Mutual labels:  schema
recipes
Application for managing recipes, planning meals, building shopping lists and much much more!
Stars: ✭ 3,570 (+22212.5%)
Mutual labels:  hacktoberfest2022
raml-dotnet-parser-2
No description or website provided.
Stars: ✭ 17 (+6.25%)
Mutual labels:  raml
krab
Krab is a migration and automation tool for PostgreSQL based on HCL syntax
Stars: ✭ 15 (-6.25%)
Mutual labels:  schema
projecthactoberfest
hactoberfest 2022
Stars: ✭ 32 (+100%)
Mutual labels:  hacktoberfest2022
Neovim-from-scratch
📚 A Neovim config designed from scratch to be understandable
Stars: ✭ 3,825 (+23806.25%)
Mutual labels:  hacktoberfest2022
FizzBuzz-Hacktoberfest-2021
🎃 Submit creative FizzBuzz solutions in any language you want! Open for beginners !
Stars: ✭ 17 (+6.25%)
Mutual labels:  hacktoberfest2022
conteudos-tech
- Esse repositório foi criado por mim, Fernanda Souza, com o intuito de divulgar ferramentas gratuitas que possam auxiliar pessoas em seus estudos.
Stars: ✭ 62 (+287.5%)
Mutual labels:  hacktoberfest2022
CodeWars
Daily Coding Exercises to sharpen problem solving skills
Stars: ✭ 67 (+318.75%)
Mutual labels:  code
CP-Snippets
Important codes/functions/snippets required frequently in CP
Stars: ✭ 18 (+12.5%)
Mutual labels:  hacktoberfest2022
E-Learning-freesite
This site is mainly design for those student who don't know how to start their journey in the field of programming
Stars: ✭ 57 (+256.25%)
Mutual labels:  hacktoberfest2022
raml-clj-parser
A RAML parser implemented in clojure
Stars: ✭ 21 (+31.25%)
Mutual labels:  raml
fotongo
Simple boilerplate for building Backend services like ExpressJS with GOFIBER ⚡️
Stars: ✭ 29 (+81.25%)
Mutual labels:  hacktoberfest2022
aries-vcx
AriesVCX is a Rust framework for building web and mobile applications issuing, holding, presenting and verifying Verifiable Credentials in accordance to the standards set by Hyperledger Aries.
Stars: ✭ 33 (+106.25%)
Mutual labels:  hacktoberfest2022

npm Build Status Join the chat at https://gitter.im/generaptr/generaptr Coverage Status dependencies Greenkeeper badge FOSSA Status

Generaptr is a node package that helps when starting up a project by generating boilerplate code for Express api.


Announcement

As of [email protected] this package would only hold the logic and core functionality of what was once generaptr. If you want to use the cli please use the new generaptr-cli package.


Table of Contents

  1. Documentation
  2. Minimum Requirements
  3. Installation
  4. Code of Conduct
  5. Contributing
  6. License
  7. References

Goal and Philosophy

Generaptr holds the core logic and functionality of generaptr-cli

Generaptr should ease the process of:

  • starting a new backend project
  • writing boilerplate crud operations
  • writing api specs

Documentation

Minimum Requirements

The package was developed under node 7.5 so a minimum requirement would be:

  • node >= v7.5.0
  • npm >= v3.10.10

Installation

npm install generaptr

Unit test

Unit test are written in Mocha and Assert. Please add a unit test for every new feature or bug fix. npm test to run the test suite.

Documentation

Add documentation for every API change. Feel free to send typo fixes and better docs!

License

Copyright (c) 2017 Darius Cupsa (twitter: @cupsadarius) Licensed under the MIT license.

FOSSA Status

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].