Skip to content

Search your files/node_modules to insert require/import statements from anywhere in your project

License

Notifications You must be signed in to change notification settings

tnrich/atom-node-requirer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-requirer package

Node-requirer lets you quickly add require/import statements to any files/node_modules within your code!

nodereqtake1

Changelog: 0.1.6 - Added alias list. Fixed issue with requiring JSON files. 0.1.9 - Fixing node module subpath requires. Fixing same folder ./index.js requires. 0.1.10 - Fixing grave error caused by an erroneous = sign! 0.1.11 - Fixing minor error caused when prettifying path

Developing:

apm develop node-requirer
cd ~/github/node-requirer
atom -d .

update the changelog

git commit -a -m 'checking everything in'
apm publish --tag v0.1.11 patch
apm publish --tag v0.2.5 minor
apm publish --tag v1.0.0 major

Most of the final formatting occurs in the "openPath" method within fuzzy-finder-view.coffee.

About

Search your files/node_modules to insert require/import statements from anywhere in your project

Resources

License

Stars

Watchers

Forks

Packages

No packages published