Skip to content

m-dimmitt-old/js-framework-house

Repository files navigation

Some Application Guarantees

  1. The installer for these different frameworks will always be up to date.
    With the running of command: ** Coming Soon: allUpdate **
    Additionally individual installers ** Coming Soon: indivUpdate **

Run the script in package.json with an appname; your app will be created or served.

Usage example derived from the package.json

git clone https://github.com/MichaelDimmitt/quick-angular-non-global-install.git;
npm install;
npm run setup
npm run all <app name>
npm run app <app name>
npm run i <app name>
npm run make <app name>

All of the frameworks have been aliased for your convenience:

npm run angular angular-project-name;
npm run vue vue-project-name;
npm run cra react-project-name;
npm run ember ember-project-name;

Do a full install and build an example project for all frameworks in a single command.

npm run test

Already created the app? No problem, the project will start the server!

Future cases

  1. Coming soon! preact implementation.
  2. Scripts will create projects into a folder matching that framework.
    example: npm run vue appname will create a project at ./vue/appname
  3. Cache installing, if user repeatedly uses the same framework. elsewise reinstall everything.
  4. Alternative solution, folder structure maintains its own nodemodules.

Request for additional frameworks! click-me

Issues tab: https://github.com/MichaelDimmitt/js-framework-house/issues/new

Useful links:

Regarding Preact: https://www.reddit.com/r/javascript/comments/5k682g/what_is_in_react_that_preact_does_not_have/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published