Skip to content

A command line tool to create an npm compatible Espresso package.

License

Notifications You must be signed in to change notification settings

NirlStudio/es-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

es-npm

A command line tool to create npm compatible Espresso packages.

Install

npm i -g @eslang/es-npm

Usage

mkdir my-espresso-app
cd my-espresso-app
es-npm init [default|app|module|api|web] [-c|--compact] [-d|--dev]

Templates

  • default - A project which may serve in both app and module modes.
  • app - A project which only serves as an app.
  • module - A project which only serves as a module.
  • api - An app project which serves as a RESTful service.
  • web - A web site project which serves as a web app.

Options

  • -c, --compact: remove test code and dependency on mocha.
  • -d, --dev: use development (non-published & unstable) branch of eslang.

About

A command line tool to create an npm compatible Espresso package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published