aleen42 / project-initialization

:snail: A simple shell script for initializing personal structure of projects in one step

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PI - Project Initialization

npm javascript

PI, standing for Project Initialization, is a simple shell script tool for constructing personal projects (temporary NPM projects) in one step, like integrating Webpack, Babel, React, ESLint, Unit-Testing Frameworks, etc.

As a common share project, you can use it directly. The first step you should do is to install it by cloning the project to the local disk recursively as there is a sub-module for managing configuration files.

git clone https://github.com/aleen42/project-initialization.git --recursive

And then, make sure that you have your Node environment installed and configured correctly. After checking this, the shell script can be easily run with the following snippet:

node init.es6

For more information about usage of the script, you can pass it a parameter -h or --help.

⛽ How to contribute

Have an idea? Found a bug? See how to contribute.

📜 License

MIT © aleen42

About

:snail: A simple shell script for initializing personal structure of projects in one step

License:MIT License


Languages

Language:JavaScript 100.0%