10sapideprecated

Command line tool to generate API in least time possible

Usage no npm install needed!

<script type="module">
  import 0sapi from 'https://cdn.skypack.dev/10sapi';
</script>

README

Known Vulnerabilities

10sAPI

Version: 0.1.9

Get started with the basic project structure in just 10 seconds.

Usage

Install npm install 10sapi -g

Generate a new project by running 10sapi generate --template {templateName}

Available templates are:

  • config - Contains only files for configuration of project like styling, linting, etc.
  • express - Contains the boilerplate for REST API using express in ES6.

Changing the implementation of templates. So it is advisable not to use above for another week. Will update soon.

Changelog

v0.1.9

  • Changed events implementation.

v0.1.8

  • Fixe issues #1 and #2

v0.1.7

  • Added express-ts template.

v0.1.6

  • Added express template.

v0.1.5

  • Removed all the dependencies. Using all the native node modules.
  • Still away from first release.