Skip to content

yapalexei/project-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Creator

This is a simple project generator for some of the most common experiments I work on from time to time. So far I only really have a few but it will grow overtime.

Generators

  • webpack: A simple project that uses webpack as a builder.
  • webpack-mapbox-sample: A sample mapbox project for exploring mapbox related work.

To install and run locally do the following steps:

  • git checkout {this repo}
  • cd {this repo}
  • yarn install || npm install
  • npm install -g .

After the last step you should restart the terminal before using the following command:

generate

This will start you with the following terminal question:

? What project template would you like to generate?
❯ socket-io-chat-app
  storybook.5.2.8
  webpack
  webpack-mapbox-sample
  webpack-three-js-starter

Select webpack or webpack-mapbox-sample and the next question will ask you to name the project (folder for now).

About

Helper to create simple projects from templates defined within the templates folder.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages