0.6.8 • Published 6 years ago

ned-lib-cli v0.6.8

Weekly downloads
2
License
Apache
Repository
github
Last release
6 years ago

Ned-cli

Ned Library Command Line interface

Ned is: a Super Light VanilaJS library with the ability of the big frameworks for creating a single-page web Application. It gives your application Component and Module features for longer maintainable and scalable project support without worry about the complexity of your project in the feature.

How to use Ned-cli:

  1. First of all install through npm in global: npm i -g ned-lib-cli
  2. Then Creat your project with: ned new NedProjec
  3. After all run your project with: ned serve
  4. For Deploy your project run: ned deply

Command List:

CommendDescription
ned new <projectName>Creat new blank project, with -r option creat full Demo
ned addAdd new route, component and module, Base Q&A List.(just run it, you see)
ned serveRun server for develope your single-page appliatcion
ned deplyDeploy your application for these three target: Nginx, Apache and Node Server.

Develope Ned-cli

  1. git clone ned-cli repository.
  2. npm i
  3. npm uninstall ned-cli
  4. npm link
  5. Ready for Develop

Quick Links

  • ned
  • ned-cli
  • tscw-cli
  • ned-seed