0.1.0 • Published 5 years ago

@syu93/create-node-api v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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