Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apinator

Easily create and maintain modular APIs for Node.js, based on express

config

Config is created under the package.json file. Simply add apinator with it's options:

"name": "Project name",
"apinator": {
    "overwrite": true
}
  • overwrite: Boolean. Overwrites files (in case they exist) when generating new ones.

Templates

When creating new templates, use this as your code base

exports.generate = function () {
    return `
// Your code in here    
`.trim()
}

About

Easily create and maintain modular APIs for Node.js, based on expressjs.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages