@syu93/create-node-api

0.1.0 • Public • Published

create-node-api

Create node API

Create node API is a simple npm initializer to bootstrap a simple yet well organised Node.js API using Express.

Folder structure :

-- actions/
	-- app.js
	-- index.js
-- boot/
	-- index.js
-- config/
	-- config.json.example
	-- index.js
-- helpers/
	-- index.js
-- middlewares/
	-- ensureFields.js
	-- index.js
	-- res.js
-- models/
	-- index.js
-- routes/
	-- app.js
	-- index.js
-- index.js

Usage :

$ npm init syu93/create-node-api

or use npx

$ npx syu93/create-node-api

Readme

Keywords

none

Package Sidebar

Install

npm i @syu93/create-node-api

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

17.5 kB

Total Files

19

Last publish

Collaborators

  • syu93